Questions tagged [tracker]
255 questions
27
votes
6 answers
Tracker-extract and Tracker-store processes consuming huge Amount of RAM
I am using Arch Linux, kernel 3.16.
From last one week my two processes tracker-extract and tracker-store are taking too much RAM. It results in hangup of system once in every 2 hours.
tracker-extract taking 300 MB and tracker -store taking 2 GB…

Ankith
- 399
- 1
- 3
- 5
11
votes
2 answers
Get IP addresses from udp and http torrent tracker response
I am trying to get the peer-list: list of IP addresses from a torrent tracker
Similar to the question here: how to get the peer list from torrent tracker response
I wrote code which decodes the torrent files using the python bencode Bit-torrent…

Saher Ahwal
- 9,015
- 32
- 84
- 152
10
votes
1 answer
Storage access automatically granted for tracker "https://duckduckgo.com"
I hope I didn't miss something somewhere, but I can't get to understand what is exactly happening with what I'm doing.
I'm programming a webapp and in my app I open programmatically a new page to search something in duckduckgo. I'm using the…

chateau
- 918
- 11
- 24
10
votes
5 answers
How to add "Tracker" in openCV python 2.7
I’m working with python 2.7 and opencv 3.1
I want to run a code for tracking objects by this:
import cv2
import sys
if __name__ == '__main__' :
# Set up tracker.
# Instead of MIL, you can also use
# BOOSTING, KCF, TLD, MEDIANFLOW or…

Elahe
- 1,379
- 2
- 18
- 34
10
votes
2 answers
Decode Torrent Hash of Torrent tracker scrape?
I am using BEncoded PHP Library to decode the bencoded response from a Bittorrent tracker.
The response of Tracker is:
d5:filesd20:¼€™rÄ2ÞÊþVA .]á^¦d8:completei285e10:downloadedi22911e10:incompletei9eeee
after decoding it using the below…

user3155632
- 484
- 4
- 18
9
votes
3 answers
DNS redirects tracker.thepiratebay.org to 127.0.0.1
I tried pinging "tracker.thepiratebay.org" and for some reason the DNS returns 127.0.0.1
I get 0% packet loss, but, obviously, it isn't going to the correct website.
My college uses a local DNS server, but I don't think that's where the problem is,…

shashwat
- 992
- 1
- 13
- 27
9
votes
2 answers
python http/udp bittorrent tracker scrape library
I have a list of torrent info_hashes. For each info_hash, I have a list of trackers that correspond with that info_hash.
What I would like to do is scrape each tracker in the list to get the seeder/leecher/completed count. However, i'd rather not…

Erin Drummond
- 5,347
- 6
- 35
- 41
8
votes
2 answers
Google Analytics demographics For Android App
I used Google Analytics Demographics on android app using Google play service library.
i have updated my android code using enableAdvertisingIdCollection().
its working fine with screens and data. But its demographics info isn't working?
Please…

Zitihsk aykahs
- 81
- 5
7
votes
1 answer
Bittorrent tracker request
Using a torrent file from
http://torrent.ubuntu.com:6969/
I am calculating its hash which matches with the hash on the page.
Then i make a request to the tracker.…

Hamza Yerlikaya
- 49,047
- 44
- 147
- 241
6
votes
2 answers
AttributeError: module 'cv2.cv2' has no attribute 'TrackerMOSSE_create'
As the Dan's suggestion, i tried to edit this post
Error occurred at setting up MOOSE tracker, I also don't know why this error happened because i installed the Opencv-contrib-python==4.5.1.48.However,aftering installing it,the error is still there.…

Chuyên Hoàng
- 108
- 1
- 3
- 8
6
votes
1 answer
What happens when I download the same torrent file using BitTorrent in two different pcs and using the same internet connection?
If I have two laptops and connect them to the same internet connection then download the same torrent file using a BitTorrent software, what do the trackers see? and how will the torrent software behave??
Let's say in Laptop A I start downloading…

Nickolai
- 61
- 3
5
votes
3 answers
How to play tracker modules on Android?
I posted this question over at anddev.org and thougt here was a good place to post this too because this site has a bigger usergroup.
I will make it shorter here: How can i play .xm or .mod files on the android platform? Is there a good android…

Sebastian
- 281
- 4
- 14
5
votes
3 answers
SelectionTracker does not select anything in my Recyclerview
When I click on the items nothing happens
I try to change the color, to display the number of selected elements, to display logs
Nothing is happening
MyViewHolder
class MyViewHolder(view: View) : RecyclerView.ViewHolder(view) {
val name: TextView =…

Jsenechal
- 583
- 5
- 20
5
votes
2 answers
Best way to retrieve external torrent statistics in an active website
I'm making a bittorrent tracker/website similar to The Pirate Bay, Kickass.to, etc. It's necessary to retrieve torrent statistics (seeders, downloads) in both the index and torrent page.…

Jesús León
- 158
- 11
5
votes
7 answers
Software Project Management systems
Ok, so I've only recently started getting serious about learning how to program, and I've started using Mercurial to manage my projects. I chose Mercurial over SVN because of it's ability to commit changes to a repo while not connected to the…

Enrico Tuvera Jr
- 2,739
- 6
- 35
- 51