Goodreads Developers discussion

12 views
bugs > Error in Reviews response

Comments Showing 1-3 of 3 (3 new)    post a comment »
dateUp arrow    newest »

message 1: by Arjun (new)

Arjun (arjunblj) I'm getting an error when I'm trying to parse responses from reviews (I can see the response content) and think that there might be an error in the XML that's being passed.

XML -> JSON libraries are quite robust and usually don't choke on what I pass them (they've worked very well in the past, including with the Goodreads API), but I'm not sure what's wrong. I think the error is with the formatting of the response you folks are passing as the error I'm getting (on my side) is: "xml.parsers.expat.ExpatError: mismatched tag: line 198, column 2"

Here's the example code I'm working with: https://gist.github.com/arjunblj/20a8...

My API and user access tokens are all valid (I can make requests just fine).

Thanks!


message 2: by Arjun (new)

Arjun (arjunblj) Just wanted to bump this – I'm still getting an error.


message 3: by Ettore (new)

Ettore Pasquini Hey Arjun, sorry for these problems. Can you paste the actual raw response you get back, as well as the HTTP status code?


back to top