openclimatedata / national-inventory-submisions

Downloader for UNFCCC National Inventory Submissions
7 stars 3 forks source link

make data-2018 fails #3

Closed JGuetschow closed 5 years ago

JGuetschow commented 5 years ago

make data-2018 fails with

./venv/bin/python scripts/process.py 2018
Fetching submissions for 2018
Traceback (most recent call last):
  File "scripts/process.py", line 45, in <module>
    links = table.findAll('a')
AttributeError: 'NoneType' object has no attribute 'findAll'
Makefile:2: recipe for target 'data-2018' failed
make: *** [data-2018] Error 1

for 2019 it works.

I'm using a clean clone of the repo in a venv created using make venv

JGuetschow commented 5 years ago

I think I've fixed it. Was just a wrong/outdated URL. Will test and push if working.

JGuetschow commented 5 years ago

fixed and pushed