Code Monkey home page Code Monkey logo

Comments (6)

anacrolix avatar anacrolix commented on June 7, 2024

A quick guess this is likely the check that the torrent info is not too large. I think anacrolix/torrent rejects infos larger than 10MB or so but it should be configurable.

Can you provide the magnet links?

from torrent.

sbs1990 avatar sbs1990 commented on June 7, 2024

Magnet link - magnet:?xt=urn:btih:a5462fdae73e6feae7a88febc28279159073240f&dn=t&tr=http%3A%2F%2F109.126.53.58%3A6969%2Fannounce

from torrent.

anacrolix avatar anacrolix commented on June 7, 2024

torrent/global.go

Lines 14 to 19 in c202126

// Arbitrary maximum of "metadata_size" (see https://www.bittorrent.org/beps/bep_0009.html)
// libtorrent-rasterbar uses 4MiB at last check. TODO: Add links to values used by other
// implementations here. I saw 14143527 in the metainfo for
// 3597f16e239aeb8f8524a1a1c4e4725a0a96b470. Large values for legitimate torrents should be
// recorded here for consideration.
maxMetadataSize uint32 = 16 * 1024 * 1024

I had no luck finding any peers for the provided magnet link. Perhaps you could share the metainfo, or a more popular torrent instead?

from torrent.

sbs1990 avatar sbs1990 commented on June 7, 2024

I can share torrent file - http://109.126.53.58/taxi-16.torrent

from torrent.

anacrolix avatar anacrolix commented on June 7, 2024

Sorry, a public torrent is required. There's no point testing against a torrent with no other peers.

from torrent.

sbs1990 avatar sbs1990 commented on June 7, 2024

I apologize, perhaps I initially asked the question incorrectly.

In my case, I'm creating a torrent on my local network.
I am the first seeder.

The first client that start seeding the torrent is rtorrent.
And TorrServer cannot get metadata from it (rtorrent), if file size is about 15GB.
There are no problems with small files.

There are also NO problems with large PUBLIC torrents.

from torrent.

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.