Bugs item #1612541, was opened at 2006-12-10 12:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1612541&group_id=132078

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libtpclient-py
Group: Bug - Unknown
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jure Repinc (jrepin)
Assigned to: Tim Ansell (mithro)
Summary: TypeError when connecting to the server

Initial Comment:
I tried to connect to demo1.thousandparsec.net the connection dialog stopped 
with Getting objects... message and with only the first progress line having 
Done! at the end.

In console I get this error:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "../tp/client/threads.py", line 112, in run
  File "../tp/client/threads.py", line 110, in run
  File "./tpclient-pywx", line 225, in ConnectTo
    self.CacheUpdate()
  File "./tpclient-pywx", line 237, in CacheUpdate
    NetworkThread.CacheUpdate(self, callback)
  File "../tp/client/threads.py", line 238, in CacheUpdate
  File "/home/jlp/Programming/tp/tpclient-pywx/tp/client/cache.py", line 337, 
in update
    if not self.objects.has_key(id) or time > self.objects.times[id]:
TypeError: can't compare datetime.datetime to long

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1612541&group_id=132078
_______________________________________________
tp-bugs mailing list
[EMAIL PROTECTED]
http://mail.thousandparsec.net/cgi-bin/mailman/listinfo/tp-bugs

Reply via email to