From cssheong at pacific.net.sg Sun Nov 6 11:19:25 2005 From: cssheong at pacific.net.sg (Chang Sau Sheong) Date: Mon, 07 Nov 2005 00:19:25 +0800 Subject: [rubytorrent-devel] make-metainfo.rb doesn't work? Message-ID: <436E2D0D.7040007@pacific.net.sg> Hi, I was trying to use rubytorrent but I couldn't manage to make the make-metainfo.rb work. Apparently the input requires a Hash? I tried to remove the line in metainfo.rb that does this check but it doesn't allow me to go through at the end. Any advice? -- sausheong From bas at luon.net Tue Nov 22 08:01:23 2005 From: bas at luon.net (Bas Kloet) Date: Tue, 22 Nov 2005 14:01:23 +0100 Subject: [rubytorrent-devel] Problems when connecting to a tracker that requires a passkey Message-ID: <20051122130123.GA6532@edison.luon.net> I'm trying to download a torrent from a site that requires authentication, but the tracker refuses the connection. This is the error in the log: (With a slightly obfuscated passkey) -------------- trying tracker http://www.moviehouse.nl/announce.php?passkey=a60240a26d4018****************** warning: couldn't connect to tracker, next try in 10 seconds connecting to http://www.moviehouse.nl/announce.php?uploaded=0&port=50011&downloaded=0&compact=1&numwant=50&event=started&left=0&info_hash=%F8%B00%8B%ECU%AADM%D5%16%A56Bq%AF%3CDQ%5E&peer_id=rubytor%00q%D17%F5%B8%BF%EC%F5r%1C%B9C ... = dl rate 0 < 1024, in antisnub mode = num pieces 0 < 2, in fuseki mode * calculating optimistic unchokes... * anti-snubbing mode, 0 extra optimistic unchoke slots couldn't connect: tracker reports error: Invalid peer_id (21 - rubytor%5C0q%D17%F5%B8%BF%EC%F5r%1C%B9C) trying tracker http://www.moviehouse.nl/announce.php?passkey=a60240a26d4018****************** warning: couldn't connect to tracker, next try in 20 seconds ---------------- I assume this is some problem with the passkey, but my knowledge of the bittorrent protocol is not sufficient to be sure. Do you have any solutions? Greetings, Bas Kloet From trejkaz at trypticon.org Wed Nov 30 00:14:29 2005 From: trejkaz at trypticon.org (Trejkaz) Date: Wed, 30 Nov 2005 16:14:29 +1100 (EST) Subject: [rubytorrent-devel] Global upload/download rate Message-ID: <1053.210.50.55.251.1133327669.squirrel@home.trypticon.org> Hi. I need to implement a global upload/download rate in a client I'm working on... this doesn't seem to be part of the features of RubyTorrent, but does anyone have any ideas on how to implement something like that? TX