target not in response

Bug #377574 reported by Stefano Rivera
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ibid
Fix Released
Low
Stefano Rivera

Bug Description

Don't know what caused these:
2009-05-14 07:26:51,596 ERROR core.dispatcher: Exception occured in Responses processor of core plugin
Traceback (most recent call last):
  File "/home/dazzle/ibid/dazzle/ibid/core.py", line 23, in _process
    processor.process(event)
  File "/home/dazzle/ibid/dazzle/ibid/plugins/core.py", line 75, in process
    if 'target' not in response:
TypeError: argument of type 'NoneType' is not iterable
2009-05-14 07:26:51,625 ERROR core.dispatcher: Exception occured in Log processor of log plugin
Traceback (most recent call last):
  File "/home/dazzle/ibid/dazzle/ibid/core.py", line 23, in _process
    processor.process(event)
  File "/home/dazzle/ibid/dazzle/ibid/plugins/log.py", line 91, in process
    if 'reply' in response and isinstance(response['reply'], basestring):
TypeError: argument of type 'NoneType' is not iterable

lots of them, though

Revision history for this message
Stefano Rivera (stefanor) wrote :

Probably related:

2009-05-14 11:38:35,396 ERROR twisted: Unhandled exception
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 446, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.5/site-packages/twisted/python/threadpool.py", line 161, in _worker
    context.call(ctx, function, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext
    return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/usr/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext
    return func(*args,**kw)
--- <exception caught here> ---
  File "/usr/lib/python2.5/site-packages/twisted/internet/threads.py", line 24, in _putResultInDeferred
    result = f(*args, **kwargs)
  File "/home/dazzle/ibid/dazzle/ibid/core.py", line 55, in _process
    source = response['source'].lower()
exceptions.TypeError: 'NoneType' object is unsubscriptable

Revision history for this message
Stefano Rivera (stefanor) wrote :

After much reading of 3rd-party logs, I've pinned this on an "fml". The fix for this must allow Ibid to log such events.

Changed in ibid:
assignee: nobody → Stefano Rivera (stefanor)
status: New → In Progress
Changed in ibid:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.