-
Notifications
You must be signed in to change notification settings - Fork 100
Reviews bug #2
Comments
Does the authenticated user have any reviews? If not, the API might be returning something unexpected. |
Yes, the user has many reviews, so I'm trying to figure out what the issue is. (side note: for contributers, how do I access |
apikey.py stores API developer key and secret. To be specific it has key = 'foo' The last two are OAuth key and secrets that are used in client.authenticate function. You can create the file (under goodreads/goodreads directory) to run tests with nose. |
Same here, when I try to do
A fix would be most welcome. |
Following up on my previous comment. I poked around a little bit more and got this to work:
My guess is it has something to do with the fact that |
Okay, so if I change your code like so (explicitly passing the
No idea if this is an acceptable fix, just thought I'd share. |
Hey man – quick q. When I try to access reviews (after authentication), this breaks (error below). I wasn't able to figure out where it was breaking at a quick glance but if you have any theories, I'd be happy to fix it and write some more thorough tests for it.
The text was updated successfully, but these errors were encountered: