Skip to content
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

CAISO Latest=True Bug #105

Open
danielbelldev opened this issue Feb 8, 2017 · 2 comments
Open

CAISO Latest=True Bug #105

danielbelldev opened this issue Feb 8, 2017 · 2 comments

Comments

@danielbelldev
Copy link

Seems like when trying to call caiso.get_load, caiso,get_lmp and caiso.get_trade with latest=True results in a TypeError.

Should be an easy fix, changed datetime.utcnow() to datetime.utcnow().strftime(self.oasis_request_time_format) and it worked.

Changes should be done on lines 119, 151 and 415 in CAISO if I'm not mistaken.

@ndavis6
Copy link
Contributor

ndavis6 commented Feb 8, 2017 via email

@danielbelldev
Copy link
Author

Would love to, however, I'm a novice programmer so I'm not sure how I would go about doing that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants