We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When validating a .warc 1.1 file created with Browsertrix-crawler the validation (using the .warc module) ends up with this error for every record:
Status: Not well-formed ErrorMessage: INVALID_EXPECTED: Entity: 'WARC-Date' value, 2024-07-15T17:28:00.960Z, yyyy-MM-dd'T'HH:mm:ss'Z' ID: WARC-KB-107 ErrorMessage: REQUIRED_INVALID: Entity: 'WARC-Date' header, 2024-07-15T17:17:23.694Z ID: WARC-KB-110
This is because in .warc 1.1 files the time is set in more precision. But because of this, the validation of all warc 1.1 files fails.
The text was updated successfully, but these errors were encountered:
carlwilson
No branches or pull requests
When validating a .warc 1.1 file created with Browsertrix-crawler the validation (using the .warc module) ends up with this error for every record:
Status: Not well-formed
ErrorMessage: INVALID_EXPECTED: Entity: 'WARC-Date' value, 2024-07-15T17:28:00.960Z, yyyy-MM-dd'T'HH:mm:ss'Z'
ID: WARC-KB-107
ErrorMessage: REQUIRED_INVALID: Entity: 'WARC-Date' header, 2024-07-15T17:17:23.694Z
ID: WARC-KB-110
This is because in .warc 1.1 files the time is set in more precision. But because of this, the validation of all warc 1.1 files fails.
The text was updated successfully, but these errors were encountered: