pybtracker icon indicating copy to clipboard operation
pybtracker copied to clipboard

UDP BitTorrent tracker written in Python 3.5 using co-routines and asyncio.

Results 4 pybtracker issues
Sort by recently updated
recently updated
newest added

Hello I checking your code and i found problem with validation in server. problem is example: connect -> connid setup datetime in announce timestamp is only get function from dict....

``` TRACKERS = [ "udp://192.168.23.80:9000", ] tc.change_torrent(trackerAdd=TRACKERS, ids=[t.id]) ``` I've been using rpc to transmission to add the url of the tracker, but it always says ``` Scrape error: Connection...