Goodreads Developers discussion
      bugs
      >
    Internal Server Error on book.show_by_isbn request
    
  
  
					date newest »
						  
						newest »
				
		 newest »
						  
						newest »
				 Seems to work for me, both as signed in and signed out:
      Seems to work for me, both as signed in and signed out:http://www.goodreads.com/book/isbn?fo...
Can you post the actual call you are making?
 Hi, thanks for the reply.. I did not mean the problem occurred when signed in, I meant when a GET request was signed via OAurh. Or is that what you did?
      Hi, thanks for the reply.. I did not mean the problem occurred when signed in, I meant when a GET request was signed via OAurh. Or is that what you did?
     Calling book.show_by_isbn with an API key or by signed OAuth should both be working.
      Calling book.show_by_isbn with an API key or by signed OAuth should both be working.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!