but that output is not very helpful to me.
I get the same thing whatever output file I test.
Am I using the right tool?
Does someone have a small example file I can validate
the validator with?
Gary
--
Nothing is more conducive to peace of mind than not having any opinions
at all.
-- Georg Christoph Lichtenberg
Gary W <ga...@db.stanford.edu> writes:
> > debug: lib/private/wfsmhdl.c :585:"expecting a valid WARC ID"
> error in FSM state address 0x80611a0, at offset 0 in The Warc File
> invalid
>
> Am I using the right tool?
> Does someone have a small example file I can validate
> the validator with?
I think Hanzo's warc-tools validate against a draft version (0.18) of
the specification. If you look in ./lib/private/wversion.h you'll
probably find this:
#define WARC_VERSION "WARC/0.18"
Try changing that to:
#define WARC_VERSION "WARC/1.0"
and see if you have any better luck with it.
Cheers,
Alex