Class: peerUpdater, method= contactTracker
There is a '&' missing before 'numwant' parameter. The tracker will complain if the request is not correctly built
Logged In: YES user_id=1683596 Originator: NO
OK. This has been fixed in the CVS version. You can download it and replace the original PeerUpdater.java file
Logged In: YES user_id=507602 Originator: NO
info_hash value isn't being encoded properly too
this is the info_hash being sent by the API
info_hash=%FCH%DD%081%D1%E90%AB%AF%15pD%B2%A2%1B%3B+c%BE
and the tracker response was 'unregistered torrent'
changing the info_hash to
info_hash=%FCH%DD%081%D1%E90%AB%AF%15pD%B2%A2%1B%3B%2Bc%BE
would fix the problem. I'm not sure if this is a tracker specific issue but to fix this bug, i had to remove:
in[i] == '+'
in Utils.byteArrayToURLString
Fixed in the v1.1 release. Hope so at least ;)
Log in to post a comment.
Logged In: YES
user_id=1683596
Originator: NO
OK. This has been fixed in the CVS version. You can download it and replace the original PeerUpdater.java file
Logged In: YES
user_id=507602
Originator: NO
info_hash value isn't being encoded properly too
this is the info_hash being sent by the API
info_hash=%FCH%DD%081%D1%E90%AB%AF%15pD%B2%A2%1B%3B+c%BE
and the tracker response was 'unregistered torrent'
changing the info_hash to
info_hash=%FCH%DD%081%D1%E90%AB%AF%15pD%B2%A2%1B%3B%2Bc%BE
would fix the problem. I'm not sure if this is a tracker specific issue but to fix this bug, i had to remove:
in[i] == '+'
in Utils.byteArrayToURLString
Logged In: YES
user_id=1683596
Originator: NO
Fixed in the v1.1 release. Hope so at least ;)