Giter Site home page Giter Site logo

Error 500 on Broker page about flower HOT 5 OPEN

scorpp avatar scorpp commented on August 21, 2024 4
Error 500 on Broker page

from flower.

Comments (5)

jspablo avatar jspablo commented on August 21, 2024 1

Facing same error with RabbitMQ as broker when visiting Broker page

from flower.

jorge-menjivar avatar jorge-menjivar commented on August 21, 2024

Facing the same issue with Redis on Redis Cloud

from flower.

Legrems avatar Legrems commented on August 21, 2024

Ensure that the broker_api is set accordingly to your config:
example:

--broker="amqp://guest:[email protected]:5672/

and

--broker-api="http://127.0.0.1:15672/api/

Note that the port change, as well as the auth isn't present in the settings (if you have one)

from flower.

scorpp avatar scorpp commented on August 21, 2024

i'm not using AMQP. my broker is Redis

from flower.

fjcapdevila avatar fjcapdevila commented on August 21, 2024

Same problem here using Flower flower==2.0.1 with Sentinel+Redis as broker

[E 240723 14:46:33 web:1875] Uncaught exception GET /flower/broker (1.2.3.4)
    HTTPServerRequest(protocol='http', host='flower.example.com', method='GET', uri='/flower/broker', version='HTTP/1.1', remote_ip='1.2.3.4')
    Traceback (most recent call last):
      File "/home/vocalo/.venv/lib/python3.10/site-packages/tornado/web.py", line 1790, in _execute
        result = await result
      File "/home/vocalo/.venv/lib/python3.10/site-packages/flower/views/broker.py", line 35, in get
        queues=queues)
    UnboundLocalError: local variable 'queues' referenced before assignment

from flower.

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.