Open alexeypetrenko opened 10 years ago
Thanks for reporting this. I haven't had the resources to track down every private tracker and ask them to whitelist JSTorrent. I think the most likely thing happening is that they are looking at the User-Agent string that the JSTorrent uses, which is the same user-agent string as the browser, and simply issuing a 403 forbidden.
I'm going to look into it some more, but it's really the decision of the private tracker on how and which clients they want to allow. JSTorrent currently does not even have the ability to seed, because ChromeOS still has no way to open up the firewall to listen for new connections. So this may be against the rutracker rules. I'll do some more investigating and report back.
By the way, those errors should not show up any more if you have updated to version 2.3.2.
So rutracker is an interesting tracker. The torrents are not market as "private" in the infodict, but you still get your own torrent file with a custom announce URL.
I could change the way JSTorrent announces to trackers, using a raw socket, but currently the default for public trackers is to re-use the browser XMLHttpRequest which sets the browser user-agent.
It looks like my custom raw socket announcer has some problems communicating specifically with rutracker, in any case. I am looking into either improving my own code or using something like this https://github.com/codeinchaos/chrome.sockets.tcp.xhr (which needs some improvement)
it's 2016 and still rutracker doesn't work with JSTorrent. Are you going to fix it?
Guys please fix this issue.
Hi, I've been trying to download rutracker.org torrents with JStorrent. For some reason it does not work. It looks like there are problems with connection to a tracker. I see following errors in the console:
According to rutracker FAQ page there are three possible reasons for
HTTP 403
response code:For me
2
is definitely not the case. I do not use AV or proxy currently. So, apparently it's1
or3
.It would be really nice if you could fix this problem.
Oh, by the way. It also shows following error all the time:
It results in the notification: Then these notifications stack up: Which is quite annoying.