chop-dbhi / data-models-validator

Set of tools for validating data that should conform to a data model.
1 stars 2 forks source link

error decoding model #28

Closed daneckrich closed 8 years ago

daneckrich commented 8 years ago

when I run the validator I only get the error:

error decoding model revisions: invalid character '<' looking for beginning of value

using -model pedsnet -version 2.1.0

it happens from the first attempt, so it doesn't seem to be the same issue as the Client error on fast repeat runs

gracebrownecodes commented 8 years ago

@daneckrich Please try running the validator with the following added flag: -service https://data-models-service.research.chop.edu/ and report back.

@bruth It looks like the validator is not properly following the new URL redirect...

daneckrich commented 8 years ago

adding -service https://data-models-service.research.chop.edu/ seems to work

thank you

gracebrownecodes commented 8 years ago

@daneckrich We've just released a new version of the software, which you can download here, that you won't need to use the -service flag with.

bruth commented 8 years ago

This was due to redirects not being handled correctly. The 1.0.4 release handles this correctly.