After successfully converting my Torrentstrike DB int 0.3 and then 0.3.2 and finally 0.3.3
i have this problem.
I was using utorrent 1.8.5 and it was ok
after updatign to utorrent verion 2 it says
failure invalid parametr peer_id (22- -UT2000-%5C0Fqx%CDW%98%FFk%0A%5C%27%7E) and it doesnt work
What could be the problem?
the line is :
- Код: Выделить всё
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])));
}
}
Please advise
Thank you
