Hi, The code that 'prints' the html code to the browser seems to be missing from the new sub in Repository.pm or where it is created in oai.pl. There was an update in the HTTP::OAI classes on cpanm that cause koha runtime errors when harvesters try to access oai. The required info is collected in the response variable but it does not get back to the harvester or browser. I am accessing oai via: https://my_koha_url/cgi-bin/koha/oai.pl?verb=Identify Is oai no longer supported or am I missing something. There is very little info in the documentation about how for example to access it from a harvester. Best Regards, David
You need version 3.27 of the HTTP::OAI library. El mié., 17 oct. 2018 a las 10:09, David Holoshka (<david.holoshka@ub.lu.se>) escribió:
Hi,
The code that 'prints' the html code to the browser seems to be missing from the new sub in Repository.pm or where it is created in oai.pl. There was an update in the HTTP::OAI classes on cpanm that cause koha runtime errors when harvesters try to access oai. The required info is collected in the response variable but it does not get back to the harvester or browser.
I am accessing oai via: https://my_koha_url/cgi-bin/koha/oai.pl?verb=Identify
Is oai no longer supported or am I missing something. There is very little info in the documentation about how for example to access it from a harvester.
Best Regards,
David
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F
On Wed, Oct 17, 2018 at 10:11:04AM -0300, Tomas Cohen Arazi wrote:
You need version 3.27 of the HTTP::OAI library.
Are there any plans in progress to update koha's OAI support to HTTP::OAI 4.x? (The current CPAN version is 4.06 and even Debian stable is at 4.03.) -- Dave Sherohman
4.06 had a missing feature from the 3.x series which should be included now on 4.07. When I tried to port Koha into using the development branch I found issues I couldn't fix. The devs pointed me to some tests that implemented what we needed, but it didn't work in Koha so I abandoned it (for now). El mié., 17 oct. 2018 a las 10:39, Dave Sherohman (<dave@sherohman.org>) escribió:
On Wed, Oct 17, 2018 at 10:11:04AM -0300, Tomas Cohen Arazi wrote:
You need version 3.27 of the HTTP::OAI library.
Are there any plans in progress to update koha's OAI support to HTTP::OAI 4.x? (The current CPAN version is 4.06 and even Debian stable is at 4.03.)
-- Dave Sherohman _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F
participants (3)
-
Dave Sherohman -
David Holoshka -
Tomas Cohen Arazi