Injecting configuration and compiling...
Injecting scraper and running...
select * from `anidub.videos` limit 3
Traceback (most recent call last):
File "scraper.py", line 9, in <module>
json = scraperwiki.scrape('https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=jsondict&name=anidub&query=' + urllib.quote_plus(query))
File "/app/.heroku/src/scraperwiki/scraperwiki/utils.py", line 31, in scrape
f = urllib2.urlopen(req)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/app/.heroku/python/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>