GithubHelp home page GithubHelp logo

Comments (6)

effigies avatar effigies commented on June 14, 2024

Hmm. I'll have a look. Thanks for the report.

from bittornado.

effigies avatar effigies commented on June 14, 2024

What branch/commit are you using?

from bittornado.

Yuuki2012 avatar Yuuki2012 commented on June 14, 2024

The latest one I should be using (with the latest error fix I've reported)

$ git pull origin issue_46
^ last command I've ran

$ git branch

  • master

from bittornado.

Yuuki2012 avatar Yuuki2012 commented on June 14, 2024

Changing the

self.next_func = self.next_func(val.decode())

to

self.next_func = self.next_func(val.decode('cp1252'))

on Tracker/HTTPHandler.py seems to have worked, I'm not sure if I should be using cp1252 but it fixed the crashing at least. (for now)

from bittornado.

effigies avatar effigies commented on June 14, 2024

I suspect that works only because 0xA0 is a valid code point in cp1252, not that information is actually being transmitted in cp1252.

Is it a specific .torrent file that's causing this issue? If you could share that, I may be able to reproduce and track down the bug.

from bittornado.

Yuuki2012 avatar Yuuki2012 commented on June 14, 2024

I'm not sure which torrent it is (or if it's even a torrent causing it), but SHOULD be one of these:
http://www.nyaa.se/?page=download&tid=851191
http://www.nyaa.se/?page=download&tid=851185
http://www.nyaa.se/?page=download&tid=851095
http://www.nyaa.se/?page=download&tid=851203
those were uploaded before the crashes happened

from bittornado.

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.