WhatCD / Gazelle

http://whatcd.github.io/Gazelle/
1.84k stars 363 forks source link

Getting passkey not found #100

Closed scriptzteam closed 8 years ago

scriptzteam commented 8 years ago

Getting passkey not found on Ubuntu 14

anything to resolve this?

antonioantunes commented 8 years ago

Check tracker_password, both on ocelot source and on classes/config.php. They should match, if not, passkey not found will happen

scriptzteam commented 8 years ago

oke thx ;) now the error gone,but i got other error, i see i seed torrent even in the gazzelle i can see i seed it but when i download torrent from gazzelle i can not see any peers, crontab runs the peer update so do not know

*.*.*.* means server ip address

ocelot config:

include "config.h"

config::config() { host = "*.*.*.*"; port = 2710; max_connections = 512; max_read_buffer = 4096; max_request_size = 4096; timeout_interval = 20; schedule_interval = 3; max_middlemen = 5000;

    announce_interval = 1;
    peers_timeout = 2; //Announce interval * 1.5

    reap_peers_interval = 18;
    del_reason_lifetime = 604800;

    // MySQL
    mysql_db = "gazelle";
    mysql_host = "127.0.0.1:3306";
    mysql_username = "blah";
    mysql_password = "bleh";

    // Site communication
    site_host = "*.*.*.*";
    site_password = "zLf5ADNuFVH3kX7Uz6E6eqnWmuHBDQmN"; // MUST BE 32 CHARS
    site_path = ""; // If the site is not running under the domain root

    // Key to use for /report?get=stats and /report?get=user&key=<passkey> requests
    report_password = "zLf5ADNuFVH3kX7Uz6E6eqnWmuHBDQmN"; // MUST BE 32 CHARS

}

scriptzteam commented 8 years ago

On for example transmission i got this (i see there is one seed and 1 leech me but i can not connect to that seed why?):

Last Announce: Today 02:17:10 PM (got 0 peers) Next announce in 29 minutes Last Scrape: Today 02:17:10 PM Seeders: 1 Leechers: 1 Downloads: 0