We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently no error handling. Unlikely but does happen. Could be DDG service down, or a local network error, etc.
The text was updated successfully, but these errors were encountered:
I'm presuming that "API request" means the disambiguation request that doesn't use the ddg package here https://github.com/MycroftAI/fallback-duckduckgo/blob/21.02/__init__.py#L128 ? Or maybe Ken changed stuff enough since this issue was created that it's less relevant?
Sorry, something went wrong.
Yeah that's the one.
What happens if we pass a failed request response to ddg.Results()?
ddg.Results()
If we get None and that is handled properly then we're all good. If not we just want to handle it appropriately.
No branches or pull requests
Currently no error handling. Unlikely but does happen. Could be DDG service down, or a local network error, etc.
The text was updated successfully, but these errors were encountered: