GithubHelp home page GithubHelp logo

Comments (8)

atomashpolskiy avatar atomashpolskiy commented on July 19, 2024 1

Sure, let's do it

from bt.

atomashpolskiy avatar atomashpolskiy commented on July 19, 2024

HTTPS trackers are indeed not supported. It should not prevent the torrent session from starting though, as there may be other sources of peers (DHT in case of bt-cli).
Is the MSE negotiation error happening for all peers? Is it reproducible if you start another instance of bt-cli?
Also try disabling encryption and see whether the error goes away.

from bt.

atomashpolskiy avatar atomashpolskiy commented on July 19, 2024

In fact everything except the tracker is disabled for private torrents. Where does the incoming connection come from then? I wonder if there are back-up trackers in the torrent file?

from bt.

otaviodecampos avatar otaviodecampos commented on July 19, 2024

Thanks for the quick response.
I can download public trackers, but in case the private tracker with HTTPS protocol does not. Because it is a private tracker, DHT is probably not going to help. (I'm not a torrent expert)

But I downloaded the project, and changed protocol key on this class

public class HttpTrackerModule implements Module {

    @Override
    public void configure(Binder binder) {
        ServiceModule.contributeTrackerFactory(binder).addBinding("https").to(HttpTrackerFactory.class);
    }
}

After that I was able to download my private tracker. I ask, is this solution valid?

I really liked the project and the asynchronous footprint, Congratulations and thank you.

from bt.

otaviodecampos avatar otaviodecampos commented on July 19, 2024

In fact everything except the tracker is disabled for private torrents. Where does the incoming connection come from then? I wonder if there are back-up trackers in the torrent file?

Probably not. In this case the torrents only have the private tracker. Other torrent clients show just this url tracker.

from bt.

atomashpolskiy avatar atomashpolskiy commented on July 19, 2024

If changing the binding worked for you, then it's probably valid, at least in some cases :) make sure to keep the old binding as well so that plain http continues to work
Thanks for feedback, I really appreciate it!

from bt.

otaviodecampos avatar otaviodecampos commented on July 19, 2024

Of course. Thanks. What do you think if I open a pull request in future to register the key https for HttpTrackerModule?

from bt.

atomashpolskiy avatar atomashpolskiy commented on July 19, 2024

@otaviodecampos , hi! wanted to check with you if you'd still like to make a PR, as I'm going to make a release soon and would like to include this fix

from bt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.