Skip to content

unable to connect to MQTT Broker without using SSL #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bikenbruce opened this issue Mar 16, 2021 · 2 comments
Closed

unable to connect to MQTT Broker without using SSL #75

bikenbruce opened this issue Mar 16, 2021 · 2 comments

Comments

@bikenbruce
Copy link

Hello-
This is my first bug reporting using github, so please correct me if you need more information.

I've been testing out the PyPortal and Matrix Portal to connect with a MQTT broker that is not using an SSL based connection. The basic configuration that I've used is:
client = MQTT.MQTT(
broker='SERVER NAME HERE',
port=1883,
)

and the error that I see is:
Traceback (most recent call last):
File "code.py", line 94, in
File "adafruit_minimqtt/adafruit_minimqtt.py", line 437, in connect
File "adafruit_minimqtt/adafruit_minimqtt.py", line 235, in _get_connect_socket
AttributeError: 'NoneType' object has no attribute 'info'

People have posted this error too on the forums, but I don't believe it has been folded into the code. There's a few suggestions on how to resolve the issue.

https://forums.adafruit.com/viewtopic.php?f=60&t=176301&p=858740&hilit=mqtt+ssl#p858740

Please advise if there's anything that I should do to further help / assist with resolving this issue and contributing to this code.

I really appreciate all the wonderful work Adafruit team does for the community. Thank you!

@ghayne
Copy link

ghayne commented Mar 16, 2021

This is more or less the same as:
#73

@bikenbruce
Copy link
Author

Yes, correct. I'm closing this issue

@brentru brentru removed their assignment Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants