RuntimeError: Maximum recursion dept exceeded

I try to instantiating the Robot object using code below,

rob = Robot()

Its seems no error in both designer and client in PC,
however error “RuntimeError: Maximum recursion dept exceeded”
occurred when using mobile module as client.