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
When a warc is provided wich causes warcio to throw an exception, auto indexing is terminated.
Steps to reproduce the bug
when wayback is autoindexing put the enclosed warc in the archive folder.
the error you get:
warcio.statusandheaders.StatusAndHeadersParserException: Expected Status Line starting with ['WARC/1.1', 'WARC/1.0', 'WARC/0.17', 'WARC/0.18'] - Found: WARC-Type: request
Describe the bug
When a warc is provided wich causes warcio to throw an exception, auto indexing is terminated.
Steps to reproduce the bug
when wayback is autoindexing put the enclosed warc in the archive folder.
the error you get:
warcio.statusandheaders.StatusAndHeadersParserException: Expected Status Line starting with ['WARC/1.1', 'WARC/1.0', 'WARC/0.17', 'WARC/0.18'] - Found: WARC-Type: request
9df7a85a-bce2-4d39-9e42-bcd44c5bb7c6.warc.zip
Expected behavior
Log the error, and continue auto indexing.
Environment
Running pywb 2.7.3 in a docker environment
The text was updated successfully, but these errors were encountered: