View Single Post
  #44  
Old 22nd February 2010, 00:15
nikosuk's Avatar
nikosuk nikosuk is offline
Senior Member
 
Join Date: Mar 2008
P2P
Posts: 59
Default invalid parametr (peer_id)
Hello, i am using SZ and when i upgraded my utorrent from version 1.8.5 to version 2 (stable) , all my torrent became inactive,
Red, and the message from announce php was invalid parametr (peer_id)

What could be the problem?

the line in announce is :
Code:
foreach ( array('info_hash','peer_id') AS $x ) {
   if ( strlen($GLOBALS[$x]) != 20 ) {
          err(sprintf($lang['announce_invalid_parametr'], $x, strlen($GLOBALS[$x]), urlencode($GLOBALS[$x])));
       }
}
I uninstalled Verson 2 and installed again 1.8.5 and now it works again,..

Please help me with this :)
Thank you very much, and good work there
Reply With Quote