Closed
Description
Not much to go on, but I wanted to document this as well as I can:
I was running the cheerlights demo overnight. In the morning I noticed it was not updating and appeared to just be hung. I entered control-C ather REPL and this is the traceback:
Fetching json from https://api.thingspeak.com/channels/1417/feeds.json?results=1
Traceback (most recent call last):
File "code.py", line 51, in <module>
File "code.py", line 41, in <module>
File "adafruit_esp32spi/adafruit_esp32spi_wifimanager.py", line 114, in get
File "adafruit_esp32spi/adafruit_esp32spi_requests.py", line 229, in get
File "adafruit_esp32spi/adafruit_esp32spi_requests.py", line 215, in request
File "adafruit_esp32spi/adafruit_esp32spi_requests.py", line 188, in request
File "adafruit_esp32spi/adafruit_esp32spi_socket.py", line 88, in readline
File "adafruit_esp32spi/adafruit_esp32spi.py", line 545, in socket_available
File "adafruit_esp32spi/adafruit_esp32spi.py", line 299, in _send_command_get_response
File "adafruit_esp32spi/adafruit_esp32spi.py", line 288, in _wait_response_cmd
File "adafruit_esp32spi/adafruit_esp32spi.py", line 285, in _wait_response_cmd
KeyboardInterrupt:
It appears to have been stuck in _waot_response_cmd()
That's all the information I have at this point.
Metadata
Metadata
Assignees
Labels
No labels