nvanderperren

Results 27 comments of nvanderperren

is there already an idea when this will be solved? the CSV's are now difficult (and frustrating) to process.

Mostly .mov-files that are identified as Apple ProRes and video/quicktime. But I want to import the CSV's in a MySQL database to do some analysis, but that's difficult when the...

I think jhove is correct. The `WARC-Target-URI` shouldn't have angle brackets. See also: https://github.com/webrecorder/webrecorder-player/issues/57 and https://iipc.github.io/warc-specifications/specifications/warc-format/warc-1.1/#warc-target-uri

oh no, sorry, I am wrong. `uri` needs to have the angle brackets.

I thought I couldn't reproduce this, but apparently Jhove doesn't automatically recognize WARC-files :) I also have a lot of `incorrect block digest` errors with WARC's I created with Webrecorder,...

that seems feasible, but it's validated by the `org.jwat.warc`-package. The plugin is outdated. I'll upgrade it to 1.1.1. and will check if it validates the WARC-Target-URI fields both with and...

oh ok, what should I do then? Don't really how to solve this :)

okay, updating it to `1.1.1.` doesn't solve the error. I've added a test and it's not passed. What I did - looked at #388 and commented out the parts that...

In het meanwhile discovered the lines in JWAT that causes this error: [WarcHeader.java L588](https://github.com/netarchivesuite/jwat/blob/master/jwat-warc/src/main/java/org/jwat/warc/WarcHeader.java#L588) ```java // URI_NAKED means that angle brackets are not allowed // URI_LTGT means that angle brackets...