Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

downloads / uploaded #135

Open
PR0TEKT0R opened this issue Mar 11, 2018 · 10 comments
Open

downloads / uploaded #135

PR0TEKT0R opened this issue Mar 11, 2018 · 10 comments
Labels

Comments

@PR0TEKT0R
Copy link

Do not send information about the number of downloads / uploaded to the tracker

@jaruba
Copy link
Owner

jaruba commented Mar 11, 2018

Can you please be more specific about ur request? Please also mention the reason for ur request

@PR0TEKT0R
Copy link
Author

A normal torrent client sends a torrent to the tracker information, how many was downloaded or given. Your program does not send data to the tracker, therefore it is impossible to keep a record of user statistics. Why is this happening?
Example statistics in the user profile:
default

@jaruba
Copy link
Owner

jaruba commented Mar 11, 2018

Ah, I understand the issue now. It should indeed pass this information to the trackers. I'll look into it.

@jaruba jaruba added the bug label Mar 11, 2018
@PR0TEKT0R
Copy link
Author

Thank you. When the bug is fixed, I'll post a review of your player, with recommendations for use, on the site, I personally liked it, it works faster than competitors. Good luck in development

@jaruba
Copy link
Owner

jaruba commented Mar 18, 2018

You were right, for some reason the torrent engine does not announce downloaded / uploaded data to the trackers.

announce-bug

I'm looking into the issue as we speak. Thanks for finding it.

@jaruba
Copy link
Owner

jaruba commented Apr 27, 2018

This was implemented.

Please test the latest version if you can: https://github.com/jaruba/PowderPlayer/releases

@jaruba jaruba closed this as completed Apr 27, 2018
@PR0TEKT0R
Copy link
Author

works, but not with all trackers
As I understand the statistics is given only to trackers with a similar announcer
https://github.com/torrentpier/ocelot

Usually they look like
udp://tracker.coppersurfer.tk:6969/announce
And they stand on the subdomain

And with PHP announce, statistics are not transmitted
Example announce
https://pirate.ws/bt/announce.php?ru=iwjPfGVhId

(iwjPfGVhId) example passkey which is added to the torrent file before downloading to account for statistics

@jaruba jaruba reopened this Apr 28, 2018
@jaruba
Copy link
Owner

jaruba commented Apr 28, 2018

well that's weird, regardless of how the url scheme is formed or what programming / scripting language is used, the trackers should still be added to the torrent tracker list and should still follow the bt protocol, so there shouldn't be any issues.

so maybe it's not connecting to these types of trackers at all for some reason

@jaruba
Copy link
Owner

jaruba commented Apr 28, 2018

ok, i looked at the torrents from pirate.ws, the tracker u mentioned is indeed added to their torrents, i'll do some tests on them to figure out what the issue is, thanks for pointing this out

@PR0TEKT0R
Copy link
Author

pornolab.net I still checked here, too, statistics were not transferred
This tracker also uses php announce

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants