-
Notifications
You must be signed in to change notification settings - Fork 52
Nested exception: "During handling of the above exception, another exception occurred" #248
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
Initial investigation from Neradoc on discord: yep the line is wrong, it needs a ("Some message") argument to the MMQTTException I mean that line, that raises the error:
now the real error underneath is the airlift SPI timing out |
Versions I am using:
|
What nina firmware are you using? If it's not current,l (v2.0.0) I would recommend updating it first. Not sure? This code will print it in the REPL: https://learn.adafruit.com/adafruit-pyportal/internet-connect Upgrading: https://learn.adafruit.com/upgrading-esp32-firmware/upgrade-all-in-one-esp32-airlift-firmware |
Thanks @justmobilize , I was using 1.7.5 and I now run the latest.
And that already solved the problem for me. |
I have a project where a PyPortal read from MQTT and display status.
My code seems to not responsible for this error:
The text was updated successfully, but these errors were encountered: