You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am getting ConnectionResetError every time the test-messages.py script sends a message.
[2018-11-19 17:37:51,746] :: INFO :: transitions.core :: Exited state connected
[2018-11-19 17:37:51,746] :: INFO :: transitions.core :: Entered state disconnected
[2018-11-19 17:37:51,747] :: INFO :: hbmqtt.broker :: Listener 'default': 0 connections acquired
[2018-11-19 17:37:51,747] :: INFO :: hbmqtt.broker :: Listener 'default': 1 connections acquired
[2018-11-19 17:37:51,748] :: INFO :: hbmqtt.broker :: Connection from 127.0.0.1:34671 on listener 'default'
[2018-11-19 17:37:51,752] :: INFO :: transitions.core :: Exited state new
[2018-11-19 17:37:51,752] :: INFO :: transitions.core :: Entered state connected
[2018-11-19 17:37:53,749] :: WARNING :: hbmqtt.mqtt.protocol.handler :: BrokerProtocolHandler Unhandled exception in reader coro: ConnectionResetError(104, 'Connection reset by peer')
Firefox prints in console:
Firefox can’t establish a connection to the server at ws://127.0.0.1:3000/mqtt. mqttws31.js:977:17
Host: 127.0.0.1, Port: 3000, Path: /mqtt TLS: false index.html:53:13
Any help appreciated. I use mqtt-server.py as a broker.
The text was updated successfully, but these errors were encountered:
Hello, I am getting ConnectionResetError every time the test-messages.py script sends a message.
Firefox prints in console:
Any help appreciated. I use mqtt-server.py as a broker.
The text was updated successfully, but these errors were encountered: