-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'feed' when using format other than 'json' #42
Comments
I'll submit a PR for this, as I see there's also a problem with the logic in the |
Correction: I don't get 10 pages of 2000 items, I get 10 pages of 10 items. So I get only 100 items, not 20,000, but still, I'm getting many more items than I want. Generally, instead of getting only |
Also, fix bug in result counting that caused up to _limit^2_ results to be feched rather than only _limit_ results. Fixes nasa#42
* Fix KeyError for non-json query formats Also, fix bug in result counting that caused up to _limit^2_ results to be feched rather than only _limit_ results. Fixes #42 * Add changelog entry
When performing a query with a format other than
"json"
, aKeyError
is raised.The text was updated successfully, but these errors were encountered: