Page 6 of 6 FirstFirst ... 456
Results 51 to 58 of 58

Thread: Torrent Swapper Install how-to.

  1. #51
    Join Date
    May 2006
    Location
    Athens, Greece
    Beans
    485
    Distro
    Ubuntu 6.10 Edgy

    Re: Torrent Swapper Install how-to.

    Oh m8, I can't be sure for that, but I got a few hints. Torrent Swapper uses bittornado's core for sharing and ABC's code parts too, so try Tornado1 and whatever is for ABC client and see if either can do the trick.

    Don't forget to post back here your solution, so others in your position can benefit from it.

    I hope I was helpful, TJ.

  2. #52
    Join Date
    Aug 2005
    Location
    Texas, US
    Beans
    76
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Torrent Swapper Install how-to.

    Using Tornado1 as the application name and forwarding 6881-6889 seems to be fine.

  3. #53
    Join Date
    May 2006
    Location
    Athens, Greece
    Beans
    485
    Distro
    Ubuntu 6.10 Edgy

    Re: Torrent Swapper Install how-to.

    Nice, I am glad I helped. Thank you for posting back too, others will find that handy.

    Cheers, TJ

  4. #54
    Join Date
    Oct 2004
    Beans
    110
    Distro
    Ubuntu

    Re: Torrent Swapper Install how-to.

    I can't get torrent swapper to run ever since my edgy reinstall. I keep getting this following output, I do have all the needed programs installed...atleast im sure I do.

    Code:
    Traceback (most recent call last):
      File "./abc.py", line 23, in ?
        from interconn import ServerListener, ClientPassParam
      File "/home/pezplaya/programs/swapper/interconn.py", line 5, in ?
        from Utility.helpers import getSocket
      File "/home/pezplaya/programs/swapper/Utility/helpers.py", line 15, in ?
        from BitTornado.download_bt1 import defaults as BTDefaults
      File "/home/pezplaya/programs/swapper/BitTornado/download_bt1.py", line 7, in ?
        from BT1.Choker import Choker
      File "/home/pezplaya/programs/swapper/BitTornado/BT1/Choker.py", line 7, in ?
        from Swapper.toofastbt.Logger import get_logger
      File "/home/pezplaya/programs/swapper/Swapper/__init__.py", line 22, in ?
        import Overlay.permid as permid
      File "/home/pezplaya/programs/swapper/Swapper/Overlay/permid.py", line 10, in ?
        from M2Crypto import Rand,EC,EVP
    ImportError: cannot import name EC
    Rule
    Impossible is nothing but a word.

  5. #55
    Join Date
    May 2006
    Location
    Athens, Greece
    Beans
    485
    Distro
    Ubuntu 6.10 Edgy

    Re: Torrent Swapper Install how-to.

    Rule, it seems you don't... plz revisit the first post and install ALL dependancies there, and make sure you install the m2crypto library, as in dapper I think it was under a slightly different name. Also the libsxbase library was somehow tricky in dapper too, so make sure about that alos. Note I just pointed two tricky ones, you need to make sure you install ALL deps.

    Cheers, TJ.

  6. #56
    Join Date
    Sep 2006
    Location
    Los Angeles, CA USA
    Beans
    23

    Re: Torrent Swapper Install how-to.

    If you happen to have Wine installed, Torrent Swapper will run quite fine with it.

  7. #57
    Join Date
    Aug 2005
    Location
    Texas, US
    Beans
    76
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Torrent Swapper Install how-to.

    I had it working for a while and now it stopped working. I get a fatal error message.

    Here's what pops up:
    An error occured during Swapper startup:

    <class 'bsddb.db.DBPageNotFoundError'>-30987, 'DB_PAGE_NOTFOUND: Requested page not found')
    Here's what the terminal puts out:

    carlo@carlo-desktop:~/swapper$ ./abc.py
    Setting up languages
    filename: english.lang
    Client Starting Up.
    Build: Build 1628
    /home/carlo/.themes/Darker theme/gtk-2.0/gtkrc:50: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored.
    /home/carlo/.themes/Darker theme/gtk-2.0/gtkrc:51: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored.
    /home/carlo/.themes/Darker theme/gtk-2.0/gtkrc:52: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored.
    Preparing GUI.
    Got listen port 6881
    BuddyCast starts up
    Traceback (most recent call last):
    File "/home/carlo/swapper/BitTornado/RawServer.py", line 151, in listen_forever
    func()
    File "/home/carlo/swapper/Swapper/BuddyCast/TorrentCollecting.py", line 125, in collect
    job = self.job_queue.getJob()
    File "/home/carlo/swapper/Swapper/BuddyCast/TorrentCollecting.py", line 69, in getJob
    task = self.fetcher.getTask(self.num_owners)
    File "/home/carlo/swapper/Swapper/BuddyCast/TorrentCollecting.py", line 34, in getTask
    self._reload()
    File "/home/carlo/swapper/Swapper/BuddyCast/TorrentCollecting.py", line 20, in _reload
    empty_torrents = self.torrent_db.getNoMetaTorrents() #TODO: performance improve - check if db has changed
    File "/home/carlo/swapper/Swapper/CacheDB/CacheDBHandler.py", line 418, in getNoMetaTorrents
    all_keys = self.torrent_db._keys()
    File "/home/carlo/swapper/Swapper/CacheDB/cachedb.py", line 282, in _keys
    return dbutils.DeadlockWrap(self._data.keys, max_retries=MAX_RETRIES)
    File "bsddb/dbutils.py", line 62, in DeadlockWrap
    File "bsddb/dbshelve.py", line 123, in keys
    DBPageNotFoundError: (-30987, 'DB_PAGE_NOTFOUND: Requested page not found')
    Traceback (most recent call last):
    File "/home/carlo/swapper/BitTornado/RawServer.py", line 151, in listen_forever
    func()
    File "/home/carlo/swapper/Swapper/BuddyCast/TorrentCollecting.py", line 125, in collect
    job = self.job_queue.getJob()
    File "/home/carlo/swapper/Swapper/BuddyCast/TorrentCollecting.py", line 69, in getJob
    task = self.fetcher.getTask(self.num_owners)
    File "/home/carlo/swapper/Swapper/BuddyCast/TorrentCollecting.py", line 34, in getTask
    self._reload()
    File "/home/carlo/swapper/Swapper/BuddyCast/TorrentCollecting.py", line 20, in _reload
    empty_torrents = self.torrent_db.getNoMetaTorrents() #TODO: performance improve - check if db has changed
    File "/home/carlo/swapper/Swapper/CacheDB/CacheDBHandler.py", line 418, in getNoMetaTorrents
    all_keys = self.torrent_db._keys()
    File "/home/carlo/swapper/Swapper/CacheDB/cachedb.py", line 282, in _keys
    return dbutils.DeadlockWrap(self._data.keys, max_retries=MAX_RETRIES)
    File "bsddb/dbutils.py", line 62, in DeadlockWrap
    File "bsddb/dbshelve.py", line 123, in keys
    DBPageNotFoundError: (-30987, 'DB_PAGE_NOTFOUND: Requested page not found')
    OnInit returned false, exiting...
    Exception in thread Thread-11 (most likely raised during interpreter shutdown):
    Traceback (most recent call last):
    File "threading.py", line 460, in __bootstrap
    File "threading.py", line 623, in run
    File "threading.py", line 364, in wait
    File "threading.py", line 229, in wait
    <type 'exceptions.TypeError'>: 'NoneType' object is not callable
    Unhandled exception in thread started by
    Error in sys.excepthook:

    Original exception was:
    carlo@carlo-desktop:~/swapper$
    Anyone have any ideas on why it suddenly stopped working? By the way, I'm using Fiesty.
    Last edited by Pinoy915; June 5th, 2007 at 08:35 PM.

  8. #58
    Join Date
    Jan 2008
    Beans
    1
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Torrent Swapper Install how-to.

    About tray icon: to fix this issue, you'll need to resize 'swapper.ico'. It has resolution 48x48, just resize it down to 16x16 (you may use GIMP) or download attachment and unpack it to swapper directory!
    Attached Files Attached Files

Page 6 of 6 FirstFirst ... 456

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •