-
Notifications
You must be signed in to change notification settings - Fork 0
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
Searching trend with max #7
Comments
Where is that error message coming from? Your code? That doesn’t look like an error the index would return. |
Without max=10 in the query string it works fine and I get what seems to be the default of 40. Including lang=en or since= some number also works, but with max=10 (or any number) this is the entire error message: Launching lib\main.dart on sdk gphone x86 arm in debug mode... |
Try it now. |
Fabulous! Thanks for a swift reply and thanks and congratulations on a great db! |
Searching in trending using;
'https://api.podcastindex.org/api/1.0/podcasts/trending?max=10'
results in an error. Am I misunderstanding the docs?
Could be a problem with the int value:
Unhandled Exception: type 'String' is not a subtype of type 'int?'
All the best
Sig
The text was updated successfully, but these errors were encountered: