Broken on ABC

Issue #1 resolved
Former user created an issue
Choose> 0
1) ABC iView
2) Nine
3) SBS
4) Ten
5) Yahoo Plus7
0) Back
Choose> 1
Traceback (most recent call last):
File “D:\Documents and Settings\xxxx\My Documents\delx-webdl-833418ded83b\grabber.py”, line 56, in
main()
File “D:\Documents and Settings\xxxx\My Documents\delx-webdl-833418ded83b\grabber.py”, line 36, in main
for n in node.get_children():
File “D:\Documents and Settings\xxxx\My Documents\delx-webdl-833418ded83b\common.py”, line 43, in get_children
self.fill_children()
File “D:\Documents and Settings\xxxx\My Documents\delx-webdl-833418ded83b\iview.py”, line 115, in fill_children
self.load_series()
File “D:\Documents and Settings\xxxx\My Documents\delx-webdl-833418ded83b\iview.py”, line 79, in load_series
series_list_doc = grab_json(self.params["api"] + “seriesIndex”, 3600)
File “D:\Documents and Settings\xxxx\My Documents\delx-webdl-833418ded83b\common.py”, line 134, in grab_json
f = urlopen(url, max_age)
File “D:\Documents and Settings\xxxx\My Documents\delx-webdl-833418ded83b\common.py”, line 100, in urlopen
src = _urlopen(url)
File “D:\Documents and Settings\xxxx\My Documents\delx-webdl-833418ded83b\common.py”, line 83, in _urlopen
return urlopener.open(req)
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)
urllib2.HTTPError: HTTP Error 500: Internal Server Error

Comments (5)

  1. Log in to comment