GithubHelp home page GithubHelp logo

Gevent Broken Pipe about zeronet HOT 3 CLOSED

hellozeronet avatar hellozeronet commented on April 28, 2024
Gevent Broken Pipe

from zeronet.

Comments (3)

HelloZeroNet avatar HelloZeroNet commented on April 28, 2024

It's normal:

  • /Console raises a custom exception "Here is your console" to spawn the werkzeug console in UiRequest namespace. (You can access the console by hover over raise Exception("Here is your console") line the clicking the second icon from right.) Its a little bit hackish, but works :)
  • /Debug always display the last error's namespace (in next version I will exclude notifications from it)

from zeronet.

shakna-israel avatar shakna-israel commented on April 28, 2024
'HTTP_HOST': '104.131.8.131',
 'HTTP_USER_AGENT': 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',
 'HTTP_X_FORWARDED_FOR': '66.249.73.184',
 'HTTP_X_REAL_IP': '66.249.73.184',
 'PATH_INFO': '/Console',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '127.0.0.1',
 'REMOTE_PORT': '54914',
 'REQUEST_METHOD': 'GET',
 'SCRIPT_NAME': '',
 'SERVER_NAME': 'tester',
 'SERVER_PORT': '43110',
 'SERVER_PROTOCOL': 'HTTP/1.0',
 'SERVER_SOFTWARE': 'gevent/1.0 Python/2.7',
 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f53f74101e0>,
 'wsgi.input': <gevent.pywsgi.Input object at 0x7f53eaac0910>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': False,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)} failed with Exception

In the console seems a bit odd, in that case.

from zeronet.

HelloZeroNet avatar HelloZeroNet commented on April 28, 2024

Ah looks like the google bot found the console url somehow. I'm going to restrict the /Console and /Debug access to debug mode only.

Update: Looks like its restricted already:

        # Debug
        elif path == "/Debug" and config.debug:
            return self.actionDebug()
        elif path == "/Console" and config.debug:
            return self.actionConsole()

The exception it raises in non debug mode:

  File "F:\Work\ZeroNet\src\Site\SiteManager.py", line 47, in need
    if not isAddress(address): raise Exception("Not address: %s" % address)
Exception: Not address: Console

So i have to make a better error message for this

Update #2: Ok fixed, in next version it will drop "Not Found: /Console", thanks for the bugreport

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.