Traceback (most recent call last):
File "/repo/scraper.py", line 10, in <module>
html = urllib.urlopen(url).read()
File "/usr/lib/python2.7/urllib.py", line 86, in urlopen
return opener.open(url)
File "/usr/lib/python2.7/urllib.py", line 207, in open
return getattr(self, name)(url)
File "/usr/lib/python2.7/urllib.py", line 351, in open_http
'got a bad status line', None)
IOError
:
('http protocol error', 0, 'got a bad status line', None)