GithubHelp home page GithubHelp logo

Comments (5)

effigies avatar effigies commented on June 15, 2024

Thanks for the report. Didn't take long to track down, and I think we can safely remove that branch, as the function it would call also doesn't exist. Opened #28, if you want to verify that it doesn't cause new bugs.

from bittornado.

Yuuki2012 avatar Yuuki2012 commented on June 15, 2024

I'll check when I'm back on my PC.

from bittornado.

Yuuki2012 avatar Yuuki2012 commented on June 15, 2024

Ok, I'm not getting the error anymore when Force Updating the tracker on my client(s), so I think you can merge it.

However... I got another error;

Traceback (most recent call last):
File "/home/BitTornado/BitTornado/Network/RawServer.py", line 120, in listen_forever
self.sockethandler.handle_events(events)
File "/home/BitTornado/BitTornado/Network/SocketHandler.py", line 293, in handle_events
s.handler.data_came_in(s, data)
File "/home/BitTornado/BitTornado/Tracker/HTTPHandler.py", line 148, in data_came_in
if not c.data_came_in(data) and not c.closed:
File "/home/BitTornado/BitTornado/Tracker/HTTPHandler.py", line 35, in data_came_in
self.next_func = self.next_func(val.decode())
File "/home/BitTornado/BitTornado/Tracker/HTTPHandler.py", line 67, in read_header
r = self.handler.getfunc(self, self.path, self.headers)
File "/home/BitTornado/BitTornado/Tracker/track.py", line 1005, in get
rsize = self.add_data(infohash, event, ip, paramslist)
File "/home/BitTornado/BitTornado/Tracker/track.py", line 752, in add_data
peers[myid] = peer
File "/home/BitTornado/BitTornado/Meta/TypedCollections.py", line 96, in setitem
val = self.valtype(val)
File "/home/BitTornado/BitTornado/Meta/TypedCollections.py", line 79, in init
self[k] = v
File "/home/BitTornado/BitTornado/Meta/TypedCollections.py", line 110, in setitem
raise KeyError('Invalid key: ' + key)
KeyError: 'Invalid key: given ip'

from bittornado.

effigies avatar effigies commented on June 15, 2024

Got it. Pushed a new commit.

from bittornado.

Yuuki2012 avatar Yuuki2012 commented on June 15, 2024

Haven't gotten any errors for ~15min, if anything pops up I'll poke you again ;)

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.