30 Dec
2024
30 Dec
'24
10:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37060 --- Comment #12 from David Cook <dcook@prosentient.com.au> --- (In reply to Matthias Meusburger from comment #11)
So, the current status is: I already gave it a shot a few weeks back, but didn't succeed at implement David's solution (which works perfectly well using command line) in KOCT.
Are you using LWP::UserAgent? If so, double-check if you're setting a cookie_jar. From memory, LWP::UserAgent doesn't retain cookies in between requests, so you'll need to remember to set "cookie_jar" to {} either in the constructor or using a method after object creation. Just guessing that might be the gotcha. -- You are receiving this mail because: You are watching all bug changes.