[Koha-bugs] [Bug 24574] Broken MARC records cause "invalid data, cannot decode object" on ISBDdetail and MARCdetail pages.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 20 11:01:00 CEST 2020


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

--- Comment #6 from Rudolf Byker <rudolfbyker at gmail.com> ---
Another alternative would be to make sure data can be properly decoded before
storing it in the database. Then you only have to handle the errors / check the
exceptions in places where MARC records enter the Koha system (e.g. bulk
imports, Z39.50, maybe there are others). With this approach, you can consider
any decoding exception for MARC data from the DB to be "unchecked", since it
should not happen unless there is a bug.

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


More information about the Koha-bugs mailing list