Goodreads Developers discussion
bugs
>
Internal Server Error on book.show_by_isbn request
date
newest »


http://www.goodreads.com/book/isbn?fo...
Can you post the actual call you are making?


Grunthos, what did your request look like? Make sure you have a ?format=xml at the end if you sign via OAuth
If I have a book on my shelves, and I make a book.show API call using a book ID, it works fine; and if it is signed it also returns my review details, which is great.
If I call book.show_by_isbn it produces an internal server error.
I can modify my code to call book.isbn_to_id as a work-around, but it's 2 API calls vs 1...
Any help would be appreciated!