Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/pi/RouteFlow/rflib/ipc/MongoIPC.py", line 89, in _listen_worker
processor.process(envelope[FROM_FIELD], envelope[TO_FIELD], channel_id, msg);
File "/home/pi/RouteFlow/pox/ext/rfproxy.py", line 173, in process
ofmsg = create_flow_mod(msg)
File "/home/pi/RouteFlow/pox/ext/rfofmsg.py", line 97, in create_flow_mod
log.warning("Failed to serialise Match (type: %s)" % option._type)
UnboundLocalError: local variable 'option' referenced before assignment