Injecting configuration and compiling...
[1G [1G-----> Python app detected
[1G-----> Installing python-2.7.9
[1G $ pip install -r requirements.txt
[1G Collecting beautifulsoup4==4.2.0 (from -r requirements.txt (line 1))
[1G Downloading beautifulsoup4-4.2.0.tar.gz (63kB)
[1G Obtaining scraperwiki from git+http://github.com/openaustralia/scraperwiki-python.git@morph_defaults#egg=scraperwiki (from -r requirements.txt (line 4))
[1G Cloning http://github.com/openaustralia/scraperwiki-python.git (to morph_defaults) to ./.heroku/src/scraperwiki
[1G Collecting dumptruck>=0.1.2 (from scraperwiki->-r requirements.txt (line 4))
[1G Downloading dumptruck-0.1.6.tar.gz
[1G Collecting requests (from scraperwiki->-r requirements.txt (line 4))
[1G Downloading requests-2.12.4-py2.py3-none-any.whl (576kB)
[1G Installing collected packages: beautifulsoup4, dumptruck, requests, scraperwiki
[1G Running setup.py install for beautifulsoup4: started
[1G Running setup.py install for beautifulsoup4: finished with status 'done'
[1G Running setup.py install for dumptruck: started
[1G Running setup.py install for dumptruck: finished with status 'done'
[1G Running setup.py develop for scraperwiki
[1G Successfully installed beautifulsoup4-4.2.0 dumptruck-0.1.6 requests-2.12.4 scraperwiki
[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
Traceback (most recent call last):
File "scraper.py", line 22, in <module>
html = urllib2.urlopen(url)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 475, in error
return self._call_chain(*args)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found