WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
237 stars 110 forks source link

BPA no response content on `get_load` #73

Closed aschn closed 8 years ago

aschn commented 8 years ago

Error at "latest": true, "market": "RT5M", 2016-06-06 20:43:03.894154+00:00

  File "/app/.heroku/python/lib/python2.7/site-packages/pyiso/tasks.py", line 30, in get_load
    data = c.get_load(**kwargs)
  File "/app/.heroku/python/lib/python2.7/site-packages/pyiso/bpa.py", line 145, in get_load
    df = self.fetcher()()
  File "/app/.heroku/python/lib/python2.7/site-packages/pyiso/bpa.py", line 73, in fetch_recent
    df = self.parse_to_df(response.text, skiprows=6, header=0, delimiter='\t',
AttributeError: 'NoneType' object has no attribute 'text'