[Koha-bugs] [Bug 23653] Plack stopped working - JSON validation timeout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 24 07:36:36 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653

Mason James <mtj at kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |In Discussion

--- Comment #11 from Mason James <mtj at kohaaloha.com> ---
(In reply to Mason James from comment #10)
> hmm, this does look like a legitimate bug, caused by 22522

^ oops, ignore that - i was testing on jessie :)


the problem seems to be that the debian libjson-validator-perl package has the
'cache' dir omitted, which contains local copies of the various schemas


Rick, a quick solution to the problem is to restore the cached schemas

$ git clone https://github.com/mojolicious/json-validator
$ cd json-validator
$ git reset --hard 3.06
HEAD is now at 8b19ba0 Released version 3.06

$ sudo cp -a ./lib/JSON/Validator/cache /usr/share/perl5/JSON/Validator/

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list