giza icon indicating copy to clipboard operation
giza copied to clipboard

Cannot run with Sphinx 0.9.9-rc2 or Sphinx from trunk

Open ngocdaothanh opened this issue 16 years ago • 2 comments

When running with Sphinx 0.9.9-rc2 or Sphinx from trunk, error like {error, {bad_version, 16777216}} is produced by giza_request:verify_version/1.

Should this verification be disabled? Instead, the list of Sphinx versions that Giza is compatible with is documented in README?

ngocdaothanh avatar Aug 07 '09 07:08 ngocdaothanh

What about if verification could be turned off? I'd rather do that than try to document the various compatible versions.

kevsmith avatar Aug 27 '09 00:08 kevsmith

It is better if Sphinx itself returns the correct SPHINX_MAJOR_PROTO. Has anyone report this issue to Sphinx developers?

Anyway for the time being, it is a great help to turn the verification off by default. I think there are a lot of people who just don't use 0.9.9-rc2 or/and giza because they are no compatible with each other, or have to manually edit giza_request.erl to turn off the verification themselves.

ngocdaothanh avatar Sep 02 '09 14:09 ngocdaothanh