Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   could not connect torrent client (http://www.bvlist.com/showthread.php?t=10116)

Crazzy 20th November 2014 20:11

could not connect torrent client
 
hi i installed gazelle source from github but in torrent client i have a error

Could not connect to tracker

screenshot down

http://iceimg.com/mzhuPUkN/screensho...4-11-20-201120

firefly007 23rd November 2014 16:55

This proberly means Ocelot is running or you havent setup the port correctly

first kill Ocelot assuming you are using Ocelot.

1)

Did Ocelot install and does it start?

2)

Check if Ocelot is running...

Code:

ps ax | grep ocelot
Find the pid and then kill it.

Code:

kill -9 3453
If its not running and you cant start it then you will probable need to check the compiling and libs needed to install Ocelot. Eg LibBoost

Then edit config.cpp by changing into Ocelot directory and then

Code:

nano config.cpp
Once its open scroll down and double check that the port matches the port in /var/www/classes/config.php.

3)

Make sure that the port is open

Code:

iptables -A INPUT -p tcp --dport 34000 -j ACCEPT
Code:

iptables -A OUTPUT -p tcp --dport 34000 -j ACCEPT
4)

Start Ocelot again and then check if its running, if you are having problems with port 3400 then change it to 2710 or if you are using port 2710 then change it to 3400.

Remember that after making any changes in regards to ocelot you will need to restart it.

....

Reitak 12th February 2015 12:19

hi, client utorrent wrote me when something upload

your client is not on the whitelist

what to write in whitelist?

i tried client uTorrent , peer ID 2.2.1 and still cant, so how to write thanky ou

DND 12th February 2015 13:43

from adminpanel you should have client whitelist option
there you insert all the clients that are allowed on the site.
if it isn't added there it will be blocked/banned.

Reitak 12th February 2015 15:38

you not read my comment, i see there is option, but dont know how / what to wrote on client and what peer ID.

i add client uTorrent 2.2.1 and on Peer ID uTorrent 2.2.1 and still cant upload

hatijahat 12th February 2015 15:57

Quote:

Originally Posted by Reitak (Post 46386)
you not read my comment, i see there is option, but dont know how / what to wrote on client and what peer ID.

i add client uTorrent 2.2.1 and on Peer ID uTorrent 2.2.1 and still cant upload

check the peer ID here : http://www.bittorrent.org/beps/bep_0020.html
i think you can ask UNCLE GOOGLE and AUNTIE YAHOO.. they know a lot.. :lol:

Reitak 12th February 2015 16:50

i search on google long time and nothing , maybe i am blind ;DD

but another problem. now i upload, on torrent page where ale uploaded torrent on web there is 0 seed but when i click on that torrent, there is 1 seeder.

why on detail torrent is seed and main page torrents 0?

DND 12th February 2015 17:04

because of the delay between cache pages/memcache/ocelot update cycle.
:wallbash:
seriously now, do a bit of research about the features/technologies you are using.

ohh m'a bad.. its easy. search on google for peer ids

Eg:
-UT2210- is for uTorrent/2210

Reitak 12th February 2015 17:50

cache? it is 7 hours and still no seed on main page torrents, but immediately on detail torrent

DND 12th February 2015 18:21

Hmm, that sounds strange indeed. Did you set the update cycle in cron jobs? I mean with the proper paths.


All times are GMT +2. The time now is 16:21.

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