-
Notifications
You must be signed in to change notification settings - Fork 22
issue with get_io_data() after get_local_time() #51
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
Please double check you are using the latest versions of ESP32SPI and Requests libraries (and let us know what versions). We fixed a number of issues in them. |
Just downloaded and installed latest libraries 20201120. Still the same error. |
@Stalkii I just tried out https://learn.adafruit.com/aio-quote-board-matrix-display using the latest libraries from the bundle. This project uses |
Never mind, I see that it works if you don't call |
After commenting out the embedded error handlers, here's the real traceback:
|
I'm getting the same error in 2022 using the MagTag. The weirdest thing is that it sometimes works and sometimes doesn't (in between restarts), so it's probably adafruit IO servers that are the cause. |
I stumbled upon an issue, which I was asked to file here.
My code creates an matrixportal object and calling get_local_time() works without issues. Once I try to get data from/to adafruit IO my program throws an exception and is stuck in it.
I verified that there is data in the feed. I do also get data from it when switching both lines. They just don't run in this order.
Can someone else verify this?
By this time I forge my request URL myself and call it via a request object. I would, however, more likely use the matrixportal built-in functions.
Thanks and best regards
The text was updated successfully, but these errors were encountered: