You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this zimit run, there seem to have been a failure parsing the WARC
Traceback (most recent call last):
File "/usr/bin/zimit", line 8, in <module>
sys.exit(zimit.zimit())
^^^^^^^^^^^^^
File "/app/zimit/lib/python3.12/site-packages/zimit/zimit.py", line 688, in zimit
sys.exit(run(sys.argv[1:]))
^^^^^^^^^^^^^^^^^
File "/app/zimit/lib/python3.12/site-packages/zimit/zimit.py", line 609, in run
return warc2zim(warc2zim_args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/app/zimit/lib/python3.12/site-packages/warc2zim/main.py", line 168, in main
return converter.run()
^^^^^^^^^^^^^^^
File "/app/zimit/lib/python3.12/site-packages/warc2zim/converter.py", line 290, in run
self.gather_information_from_warc()
File "/app/zimit/lib/python3.12/site-packages/warc2zim/converter.py", line 469, in gather_information_from_warc
for record in iter_warc_records(self.warc_files):
File "/app/zimit/lib/python3.12/site-packages/warc2zim/converter.py", line 1014, in iter_warc_records
for record in buffering_record_iter(ArchiveIterator(fh), post_append=True):
File "/app/zimit/lib/python3.12/site-packages/cdxj_indexer/bufferiter.py", line 50, in buffering_record_iter
join_req_resp(req, resp, post_append, url_key_func)
File "/app/zimit/lib/python3.12/site-packages/cdxj_indexer/bufferiter.py", line 110, in join_req_resp
query, append_str = append_method_query_from_req_resp(req, resp)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/zimit/lib/python3.12/site-packages/cdxj_indexer/postquery.py", line 26, in append_method_query_from_req_resp
return append_method_query(method, content_type, len_, stream, url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/zimit/lib/python3.12/site-packages/cdxj_indexer/postquery.py", line 35, in append_method_query
query = query_extract(content_type, len_, stream, url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/zimit/lib/python3.12/site-packages/cdxj_indexer/postquery.py", line 106, in query_extract
for part in parser:
File "/app/zimit/lib/python3.12/site-packages/multipart.py", line 722, in __iter__
for part in self._part_iter:
File "/app/zimit/lib/python3.12/site-packages/multipart.py", line 770, in _iterparse
for event in parser.parse(chunk):
File "/app/zimit/lib/python3.12/site-packages/multipart.py", line 370, in parse
self.close()
File "/app/zimit/lib/python3.12/site-packages/multipart.py", line 519, in close
raise err
multipart.ParserError: Unexpected end of multipart stream (parser closed)
The text was updated successfully, but these errors were encountered:
In this zimit run, there seem to have been a failure parsing the WARC
The text was updated successfully, but these errors were encountered: