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
When I try to connect with paho without supplying a password, I get:
Traceback (most recent call last):
5: from ./bin/publisher-main.rb:9:in `<main>'
4: from /usr/local/lib/ruby/gems/2.6.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/client.rb:113:in `connect'
3: from /usr/local/lib/ruby/gems/2.6.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/connection_helper.rb:43:in `do_connect'
2: from /usr/local/lib/ruby/gems/2.6.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/handler.rb:45:in `receive_packet'
1: from /usr/local/lib/ruby/gems/2.6.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/handler.rb:88:in `handle_connack'
/usr/local/lib/ruby/gems/2.6.0/gems/paho-mqtt-1.0.7/lib/paho_mqtt/handler.rb:181:in `handle_connack_error': undefined method `to_sym' for 5:Integer (NoMethodError)
Did you mean? to_s
There should maybe be a more graceful and descriptive error?
The text was updated successfully, but these errors were encountered:
I added this to my mosquitto broker config:
When I try to connect with paho without supplying a password, I get:
There should maybe be a more graceful and descriptive error?
The text was updated successfully, but these errors were encountered: