Comment 1 for bug 424211

Revision history for this message
Ferdinand (office-chricar) wrote :

juste ended up with an empty date field and this error

Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/Koo/Rpc/Rpc.py", line 150, in call
    result = self.singleCall( obj, method, *args )
  File "/usr/lib64/python2.5/site-packages/Koo/Rpc/Rpc.py", line 139, in singleCall
    result = self.proxy.dispatch( obj[1:], method, self.databaseName, self.uid, self.password, *encodedArgs )
  File "/usr/lib64/python2.5/site-packages/Pyro/core.py", line 384, in __call__
    return self.__send(self.__name, args, kwargs)
  File "/usr/lib64/python2.5/site-packages/Pyro/core.py", line 459, in _invokePYRO
    return self.adapter.remoteInvocation(name, Pyro.constants.RIF_VarargsAndKeywords, vargs, kargs)
  File "/usr/lib64/python2.5/site-packages/Pyro/protocol.py", line 439, in remoteInvocation
    return self._remoteInvocation(method, flags, *args)
  File "/usr/lib64/python2.5/site-packages/Pyro/protocol.py", line 456, in _remoteInvocation
    ver,answer,pflags = self.receiveMsg(self.conn,1) # read the server's response, send no further replies
  File "/usr/lib64/python2.5/site-packages/Pyro/protocol.py", line 550, in receiveMsg
    msg=sock_recvmsg(conn.sock, self.headerSize, self.timeout)
  File "/usr/lib64/python2.5/site-packages/Pyro/protocol.py", line 96, in sock_recvmsg
    return _recv_msg(sock,size,timeout)
  File "/usr/lib64/python2.5/site-packages/Pyro/protocol.py", line 110, in _recv_msg
    _sock_timeout_recv(sock,timeout)
RuntimeError: maximum recursion depth exceeded