Git Product home page Git Product logo

Comments (2)

 avatar commented on August 25, 2024

sorry, just found the examples directory

from bendy.

thequux avatar thequux commented on August 25, 2024

I'm glad that you managed to solve your problem, but in case somebody else comes along needing help:

AsString resolved to AsString<Vec<u8>>, which is a vector of bytes represented as a byte string (e.g. 3:foo). Thus, the call to from_bencode expected the encoded data to only contain a single string.

BitTorrent files have a dictionary as their top-level element, which means that the first token the parser found was a d. Ideally, we'd return a type error here; however, the state tracker (which validates that the bencoded data is well-formed) refuses to open a new nesting level because when it was created, AsString<Vec<u8>> told it that it should never see any nesting at all. Thus, it immediately returns a NestingTooDeep error before AsString has a chance to realize that it saw a dictionary instead of a byte string.

I hope that this helps whoever might be digging through old bugs looking for an answer to their problem!

from bendy.

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.