<---- template headericclude ----->
Bittorrent can't load fastresume data
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 7 of 7
  1. #1
    Join Date
    May 2007
    Location
    Scotland, UK
    Age
    43
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bittorrent can't load fastresume data

    Hi there guys and gals.

    I am noticing that bittorrent is checking files when it starts and have found this to be in the activity log:

    Code:
    [2007-06-09 15:38:57]  -- BitTorrent started -- 
    [2007-06-09 15:38:59] "Fedora-7-i386" : Could not load fastresume data: invalid literal for int() with base 10: '1180638857.0' Will perform full hash check.
    I am only seeding the torrent, like I have done with previous Fedora Core torrents, but I have never encountered this before, previously the seeding would start immediately when bittorrent starts up. Any suggestions as to what is causing this?

  2. #2
    Join Date
    May 2007
    Location
    Scotland, UK
    Age
    43
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone? (shamelessly bumping this back to the front page).

  3. #3
    tunl Guest
    I got the same problem. It is very annoying. seems something wrong with Python.

  4. #4
    ramasees Guest
    personally i use ktorrent it works well in gnome as well and has alot more options etc than BitTorrent and shamelessly bumping you back to the front page

  5. #5
    Join Date
    May 2007
    Location
    Scotland, UK
    Age
    43
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I installed Transmission, seems to be working okay, still doesn't answer what the problem is with bittorrent though.

  6. #6
    tunl Guest
    Here is a hack to solve this problem:

    change file /usr/lib/python2.5/site-packages/BitTorrent/Storage.py
    modify line 216
    Code:
    str(os.path.getmtime(filename)) + '\n')
    to
    Code:
    str(int(os.path.getmtime(filename))) + '\n')

    remove the binaries
    rm /usr/lib/python2.5/site-packages/BitTorrent/Storage.pyo
    rm /usr/lib/python2.5/site-packages/BitTorrent/Storage.pyc

  7. #7
    Join Date
    Feb 2010
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    still works

    Had to use this again today.. Still works! Just edit the file and restart bittorrent and no more errors!

    Thanks!!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]