GithubHelp home page GithubHelp logo

Comments (3)

arthurlutz avatar arthurlutz commented on April 28, 2024

Then I have a bunch of

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 327, in run
    result = self._run(*self.args, **self.kwargs)
  File "/home/arthur/local/ZeroNet/src/Worker/Worker.py", line 34, in downloader
    buff = self.peer.getFile(task["site"].address, task["inner_path"])
  File "/home/arthur/local/ZeroNet/src/Peer/Peer.py", line 87, in getFile
    back = self.sendCmd("getFile", {"site": site, "inner_path": inner_path, "location": location}) # Get file content from last location
  File "/home/arthur/local/ZeroNet/src/Peer/Peer.py", line 71, in sendCmd
    self.onConnectionError()
  File "/home/arthur/local/ZeroNet/src/Peer/Peer.py", line 137, in onConnectionError
    self.remove()
  File "/home/arthur/local/ZeroNet/src/Peer/Peer.py", line 127, in remove
    del(self.site.peers[self.key])
KeyError: '104.156.231.236:15441'
<Greenlet at 0x7f92ea96a050: <bound method Worker.downloader of <Worker.Worker.Worker instance at 0x7f92ea95dd88>>> failed with KeyError

[09:48:56] Site:1EU1tb..E4Vr Can't update content.json

from zeronet.

nathantym avatar nathantym commented on April 28, 2024

I had this error too, but the page loaded and I couldn't replicate it again, even after restarting. Do you know if this is replicable?

from zeronet.

nathantym avatar nathantym commented on April 28, 2024

We'll need to figure out why the wrapper_key from the top error wasn't found. However, the NameError itself is because wrapper_key is improperly spelled as wraper_key in the log. I put in a quick fix for the NameError.

from zeronet.

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.