-
Notifications
You must be signed in to change notification settings - Fork 51
sample minimqtt_simpltest.py MQTT connect error #76
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
Comments
Traceback (most recent call last): |
The boot_out.txt reads MagTag not Metro. Could this board think it is a Magtag? |
I believe this issue was fixed today in version 5.0.5 |
Today I got the Metro ESP32-S2 to confirm it wasn't a Magtag by loading adafruit-circuitpython-adafruit_metro_esp32s2-en_US-6.2.0-beta.4.uf2 and replacing lib directories and mpy files. I rerun and get: Attempting to connect to io.adafruit.com |
In secrets.py
Try
|
I reloaded some of my client code to connect to MQTT. Is there a more directed way to debug this? Socket Pool created |
|
I had in secrets: Fixed |
Thanks for all the help everyone. |
Aha! We should really validate if I'll leave this issue open and assign myself so I can make a small tweak. |
closed via #78 |
I run minimqtt_simpletest.py and get connect issues.
Error observed:
code.py output:
Connecting to AstroACN3
Connected to AstroACN3!
Attempting to connect to io.adafruit.com
Traceback (most recent call last):
File "code.py", line 44, 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'
Code done running.
Code.py on the board:
====================================================
====================================================
Secrets.py NEARLY:
================================================
I have a Metro ESP32_s2 Express
lib has:
======================================================
I'm running 6.2beta
cat boot_out.txt
Adafruit CircuitPython 6.2.0-beta.3 on 2021-03-04; Adafruit MagTag with ESP32S2
======================================================
The board has an e-ink 4.2" display hooked up at EDP_SPI, I5, 6, 7, 8
========================================================
The user, me, has a single feed temperature with a value of 27
I'm available 24 hours a day...
The text was updated successfully, but these errors were encountered: