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
CAISO is responding slowly this afternoon, with frequent errors of: HTTPConnectionPool(host='oasis.caiso.com', port=80): Read timed out. (read timeout=20)
HTTPConnectionPool(host='oasis.caiso.com', port=80): Read timed out. (read timeout=20)
BaseClient.request should catch these and retry a small number of times.
BaseClient.request
The text was updated successfully, but these errors were encountered:
hey can you help me with the
information = client_factory('CAISO') data_generated = information.get_generation(latest=True) giving me the empty [ ]
Sorry, something went wrong.
No branches or pull requests
CAISO is responding slowly this afternoon, with frequent errors of:
HTTPConnectionPool(host='oasis.caiso.com', port=80): Read timed out. (read timeout=20)
BaseClient.request
should catch these and retry a small number of times.The text was updated successfully, but these errors were encountered: