Coder Social home page Coder Social logo

Comments (6)

njouanin avatar njouanin commented on August 17, 2024

Can you provide your configuration file ?

from hbmqtt.

andreynech avatar andreynech commented on August 17, 2024

This error happens even if running without -c option. But sure, here is my (in this case unused) configuration file:

listeners:
default:
type: tcp
bind: 0.0.0.0:1883
my-ws-1:
bind: 0.0.0.0:9001
type: ws
sys_interval: 20

from hbmqtt.

andreynech avatar andreynech commented on August 17, 2024

sorry, the formatting was lost somehow. Here it is attached.

hbmqtt.zip

from hbmqtt.

njouanin avatar njouanin commented on August 17, 2024

I can't reproduce this error. Nevertheless, I've commited a check to detect invalid port value.

from hbmqtt.

irfanka avatar irfanka commented on August 17, 2024

I'm experiencing a similar issue.

At first, I tried to create a Broker instance, without passing a config (i.e. using the defaults), and this exception was raised:
hbmqtt.broker.BrokerException: Listener config not found invalid: 'listeners'

so I tried passing the following config dict to the Broker constructor:
config = { 'listeners': { 'default': { 'bind': '127.0.0.1:1883', 'type': 'tcp' } } }

and received the following exception:

hbmqtt.broker.BrokerException: Broker instance can't be started: an integer is required (got type str)

from hbmqtt.

njouanin avatar njouanin commented on August 17, 2024

Have you tried with latest version (0.7.3) ?

from hbmqtt.

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.