#3008: Unhandled Error exceptions.KeyError: <type 'datetime.datetime'>
-----------------------+----------------------------
  Reporter:  adziahel  |      Owner:
      Type:  bug       |     Status:  new
  Priority:  major     |  Milestone:  needs verified
 Component:  Core      |    Version:  1.3.14
Resolution:            |   Keywords:
-----------------------+----------------------------

Comment (by Cas):

 I'm not sure where `datatime` is coming from. Could you enable debug logs
 to see if any more info is provided. If you can modifying the
 `rpcserver.py` file with this logging line would be even more helpful.

 {{{
 diff --git deluge/core/rpcserver.py deluge/core/rpcserver.py
 index e3c3db12d..1bdb3aa95 100644
 --- deluge/core/rpcserver.py
 +++ deluge/core/rpcserver.py
 @@ -196,6 +196,7 @@ def sendData(self, data):
          :type data: object

          """
 +        log.debug('rpc data: %s', data)
          self.transport.write(zlib.compress(rencode.dumps(data)))

      def connectionMade(self):
 }}}

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3008#comment:2>
Deluge <http://deluge-torrent.org/>
Deluge Project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to