Injecting configuration and compiling...
Injecting scraper and running...
Retrieving results for 2018-01-30
Retrieving page 1
Traceback (most recent call last):
File "scraper.py", line 101, in <module>
pages = get_pages(day)
File "scraper.py", line 80, in get_pages
br[date_from_id] = day
File "/app/.heroku/python/lib/python2.7/site-packages/mechanize/_form.py", line 2780, in __setitem__
control = self.find_control(name)
File "/app/.heroku/python/lib/python2.7/site-packages/mechanize/_form.py", line 3101, in find_control
return self._find_control(name, type, kind, id, label, predicate, nr)
File "/app/.heroku/python/lib/python2.7/site-packages/mechanize/_form.py", line 3185, in _find_control
raise ControlNotFoundError("no control matching "+description)
mechanize._form.ControlNotFoundError: no control matching name 'MasterPage$mainContent$txtDateFrom2'