Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   Peers Problem (http://www.bvlist.com/showthread.php?t=12397)

DrMedConner 24th July 2021 19:29

Peers Problem
 
Hello Guys,

Had a big Problem with Trinity ( U232 )

I use the php announce
$TRINITY20['announce_interval'] = 60 * 30;
$TRINITY20['min_interval'] = 60 * 15;

but i see that any Client Connect but next time like 15 - 25 mins Later all Peers at 0 what can i do that the connection will hold who seed in Client it says Working but if i download the Torrent with another client it dont connect

The Clients are all allowed ;)

thx for help

DND 25th July 2021 12:52

you need to check your announce error logs and see what is going one
also your webserver logs

DrMedConner 26th July 2021 00:18

Thats the Problem
 
Thats the Problem my error log says all is okey no Errors in Apache or Mysql my Announce log do all what he need to do but he just kick the client out :sad:

i think the Clientlist is the Problem

if (substr($peer_id, 0, 3) == '-qB') {
return StdDecodePeerId(substr($peer_id, 3, 7) , "qBittorrent");
}

if (preg_match('/^-lt0D(\d+)/i', $peer_id, $nspc)) {
return "Rtorrent 0.9.".$nspc[1]; }

DND 26th July 2021 00:29

that hasn't got anything to do with your problem.
more debug details are needed to see your actual problem, but i believe i know what it is
by any chance..do you actual have errors enabled in your webserver?

DrMedConner 26th July 2021 14:01

Errors
 
yes Error Reporting is aktiv witch log you need i can add him ;)

DND 26th July 2021 16:58

i need the announce error logs and the apache2 error logs

DrMedConner 7th February 2022 02:19

Sorry
 
Sorry i was Very Late

Only Error in Announce Error Log is

================================================== =
Date: Sun, 12 Sep 2021 18:08:28 +0100
Error Number: 1690
Error: BIGINT UNSIGNED value is out of range in '`blablabla`.`torrents`.`seeders` - 1'
IP Address: 176.9.47.217
in file /var/www/html/announce.php on line 572
URL:/announce.php?torrent_pass=000000043157549d105a6bd4 fcd6ad7d&info_hash=4Y%82I%CA%DC%FC%09%B1O%EC%3EG%5D%07%F5P% 60m%B1&peer_id=-lt0D70-%83%9D%FA%EA%C3g%0E%00%F3%A3%D43&key=547c3cf0&ipv6=2a01%3A4f8%3A150%3A63d3%3A%3A2&ipv4=176.9.47.217&compact=1&port=19691&uploaded=24310984015&downloaded=0&left=0
Username: []


Apache2 no announce error inside ;(

what i think that the source cant read the Client ID right in the DB becouse the Clients send like -lt0D70-Ps!̟VH in the DB but it can be wrong to my way ^^

M-jay 7th February 2022 16:49

That error looks like it's because the seeders is a negative number - 1

DrMedConner 7th February 2022 17:57

Yes this Problem i found but why Every Client lose the Connection every 2 Minutes of Seeding that i dont found

TLO 23rd February 2022 12:39

Hi Out of interest what version of mysql or mariadb are you using?


All times are GMT +2. The time now is 22:03.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.