[google] handle errors gracefully
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ibid |
Fix Released
|
Low
|
Stefano Rivera |
Bug Description
2009-05-25 01:23:04,251 ERROR core.dispatcher: Exception occured in GoogleAPISearch processor of google plugin
Traceback (most recent call last):
File "/home/
processor.
File "/home/
method(event, *match.groups())
File "/home/
items = self._google_
File "/home/
f = urlopen(req)
File "/usr/lib/
return _opener.open(url, data)
File "/usr/lib/
response = self._open(req, data)
File "/usr/lib/
'_open', req)
File "/usr/lib/
result = func(*args)
File "/usr/lib/
return self.do_
File "/usr/lib/
r = h.getresponse()
File "/usr/lib/
response.
File "/usr/lib/
version, status, reason = self._read_status()
File "/usr/lib/
raise BadStatusLine(line)
BadStatusLine
Google API search looks pretty restful, we need to handle this
Related branches
- Jonathan Hitchcock: Approve
- Michael Gorven: Approve
- Diff: None lines
Changed in ibid: | |
assignee: | nobody → Stefano Rivera (stefanor) |
status: | New → In Progress |
Changed in ibid: | |
status: | In Progress → Fix Released |