You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 02/08/2017 06:35 AM, danielbelldev wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#105>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIsfGvUPBXihdLFSLE8uGLaLawrfGSsUks5raah_gaJpZM4L6tX0>.
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.
The text was updated successfully, but these errors were encountered: