Giter Site home page Giter Site logo

Comments (4)

ahopkins avatar ahopkins commented on June 10, 2024 1

From the code you showed, this is not a bug. You are trying to access the multiplexer in the global scope, which will never exist.

You can only access it from inside some sort of server-level handler. In a listener, middleware, route handler, etc.

from sanic.

SarthakNikhal avatar SarthakNikhal commented on June 10, 2024

Can I work on this issue?

from sanic.

Tronic avatar Tronic commented on June 10, 2024

Can I work on this issue?

If you want to, I suggest you first write a test that fails then fix the problem seeing that the test also then passes, and make a PR. Be sure to mention this issue number with the PR. Everyone is welcome to make PRs here, and be sure to ask (especially @ahopkins) if it turns out to be too complicated.

from sanic.

alexanderankin avatar alexanderankin commented on June 10, 2024

this is the same error message as what happens on the healthcheck endpoint in our application

from sanic.

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.