Injecting configuration and compiling...
[1G [1G-----> Python app detected
[1G ! The latest version of Python 2 is python-2.7.14 (you are using python-2.7.12, which is unsupported).
[1G ! We recommend upgrading by specifying the latest version (python-2.7.14).
[1G Learn More: https://devcenter.heroku.com/articles/python-runtimes[1G-----> Installing python-2.7.12
[1G-----> Installing pip
[1G-----> Installing requirements with pip
[1G DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
[1G Collecting beautifulsoup4==4.5.1
[1G Downloading beautifulsoup4-4.5.1-py2-none-any.whl (83 kB)
[1G Collecting dumptruck==0.1.6
[1G Downloading dumptruck-0.1.6.tar.gz (15 kB)
[1G Collecting requests==2.10.0
[1G Downloading requests-2.10.0-py2.py3-none-any.whl (506 kB)
[1G Collecting scraperwiki==0.3.7
[1G Downloading scraperwiki-0.3.7.tar.gz (6.2 kB)
[1G Building wheels for collected packages: dumptruck, scraperwiki
[1G Building wheel for dumptruck (setup.py): started
[1G Building wheel for dumptruck (setup.py): finished with status 'done'
[1G Created wheel for dumptruck: filename=dumptruck-0.1.6-py2-none-any.whl size=11843 sha256=113d5dac40d40a4ae85de034690a1f43b8ae01d4937ae0f7f150484d0cad6378
[1G Stored in directory: /tmp/pip-ephem-wheel-cache-cRQzQz/wheels/dc/75/e9/1e61c4080c73e7bda99614549591f83b53bcc2d682f26fce62
[1G Building wheel for scraperwiki (setup.py): started
[1G Building wheel for scraperwiki (setup.py): finished with status 'done'
[1G Created wheel for scraperwiki: filename=scraperwiki-0.3.7-py2-none-any.whl size=5353 sha256=8163737f1ac6c2a014f3ee1472152a32a63fd91d98f096b357fe54a82df8d5c1
[1G Stored in directory: /tmp/pip-ephem-wheel-cache-cRQzQz/wheels/2d/7d/d3/ec321967a4c05d45055aaec3d55a39c06959079d007a3854b0
[1G Successfully built dumptruck scraperwiki
[1G Installing collected packages: beautifulsoup4, dumptruck, requests, scraperwiki
[1G Successfully installed beautifulsoup4-4.5.1 dumptruck-0.1.6 requests-2.10.0 scraperwiki-0.3.7
[91mDEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
[0m[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
Traceback (most recent call last):
File "scraper.py", line 435, in <module>
parser.saveResults(day.day, day.month, day.year)
File "scraper.py", line 351, in saveResults
return self.getResultsByDayMonthYear(int(day), int(month), int(year)).save()
File "scraper.py", line 305, in getResultsByDayMonthYear
trs = self._findTRs(results_table)
File "scraper.py", line 229, in _findTRs
return results_table.findAll("tr")[1:]
AttributeError: 'NoneType' object has no attribute 'findAll'