Hello,
I recently got my code to work hitting a yahoo owned website... (
www.rivals.com) However after around 1000 hits, it all the sudden crashes or stops and I get this error.....
Traceback (most recent call last):
File "C:\Users\Tom\Documents\Python\bs4final.py", line 42, in <module>
main()
File "C:\Users\Tom\Documents\Python\bs4final.py", line 15, in main
page = urllib2.urlopen(request)
File "C:\Python27\lib\urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 406, in open
response = meth(req, response)
File "C:\Python27\lib\urllib2.py", line 519, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python27\lib\urllib2.py", line 444, in error
return self._call_chain(*args)
File "C:\Python27\lib\urllib2.py", line 378, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 527, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 999: Unable to process request at this time -- error 999
>>>
PLEASE tell my that there is a way around this issue... if it is server hits related! or is there a limit inside bs4 somehwere?
Thanks,
Tom