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
Sometimes, adding timeout parameter/default timeout would be helpful since the requests default timeout is None which will hang the application up infinitely http://docs.python-requests.org/en/master/user/advanced/#timeouts
requests
None
The text was updated successfully, but these errors were encountered:
+1 Sometimes api.wit.ai is not accessible, in this case request can hang for several minutes
Sorry, something went wrong.
👍
Successfully merging a pull request may close this issue.
Sometimes, adding timeout parameter/default timeout would be helpful since the
requests
default timeout isNone
which will hang the application up infinitelyhttp://docs.python-requests.org/en/master/user/advanced/#timeouts
The text was updated successfully, but these errors were encountered: