I checked that it works with isbndb.com. But when it comes to open library I get
"Didn't find any results on the ISBN" Inspite of the book being available.
I checked that it works with isbndb.com. But when it comes to open library I get
"Didn't find any results on the ISBN" Inspite of the book being available.
Comments
Comment #1
SestuDeus commentedHi,
I'm trying to import books through ISBN. The module seems doesn't find any.
I've set up the ISBN import to "Open Library", then, if I search for a book that is in the Open Library archive, the module reply:
"Didn't find any results on the ISBN 9780553249231. Create a book manully with this ISBN?".
I'm trying with many books found in the Open Library project, like this: http://openlibrary.org/works/OL16040604W/The_walking_drum
Next, I tryed to do an isbn title search (also from a book from the Open Library) and the result is worse:
Notice: Undefined variable: isbn in _isbn2book_search_title() (line 380 of /home8/bazoorco/public_html/biblioteca/sites/all/modules/ISBN2node/isbn2node.internal.inc).
I'm trying again, but now I've reached a blank screen of death with this:
Fatal error: Cannot use object of type stdClass as array in /home8/bazoorco/public_html/biblioteca/sites/all/modules/ISBN2node/isbn2node.module on line 467
Comment #2
vertikal.dk commentedSestuDeus,
I'll look into both these issues ASAP. There might be some changes in the Open Library interface.
The other error might be related, but I'll check that out too.
Martin
Comment #3
vertikal.dk commentedSestuDeus,
I'm woking on both errors (which aren't related).
When I use the current (my local dev) version of the module, it finds a book on the ISBN 9780553249231, so I hipe the first error is fixed with some of the changes I have already made.
The OpenLib way of searching for titles is significantly different from the one employed by ISBNdb, and the code must be as different while the results must be channelled into the same result form in the module.
Right now I'm trying to get this fixed and will submit a new release as soon as it's done.
Martin