PaulHowarth/Blog/2006-07-13

Thursday 13th July 2006

Local Packages

  • Updated bittorrent to 4.20.4; the seed client no longer crashes at startup, but it still doesn't work:

      File "/usr/lib/python2.3/site-packages/twisted/internet/base.py", line 555, in runUntilCurrent
    [4.20.4 2006-07-13 10:43:03] STDERR  :   File "/usr/lib/python2.3/site-packages/twisted/internet/base.py", line 555, in runUntilCurrent
        call.func(*call.args, **call.kw)
    [4.20.4 2006-07-13 10:43:03] STDERR  :     call.func(*call.args, **call.kw)
      File "/usr/lib/python2.3/site-packages/BitTorrent/launchmanycore.py", line 178, in stats
    [4.20.4 2006-07-13 10:43:03] STDERR  :   File "/usr/lib/python2.3/site-packages/BitTorrent/launchmanycore.py", line 178, in stats
        for d in self.get_torrents():
    [4.20.4 2006-07-13 10:43:03] STDERR  :     for d in self.get_torrents():
    exceptions.AttributeError: 'LaunchMany' object has no attribute 'get_torrents'
    [4.20.4 2006-07-13 10:43:03] STDERR  : exceptions.AttributeError: 'LaunchMany' object has no attribute 'get_torrents'


Recent