Description
CircuitPython version
Adafruit CircuitPython 9.0.5 on 2024-05-22
Code/REPL
https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/tree/main/examples/httpserver_start_and_poll.py
Behavior
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
main.py output:
Started development server on http://192.168.20.147:5000
192.168.20.108 -- "GET /" 355 -- "200 OK" 82 -- 27ms
Code stopped by auto-reload. Reloading soon.
soft reboot
Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
main.py output:
Started development server on http://192.168.20.147:5000
192.168.20.108 -- "GET /" 355 -- "200 OK" 533 -- 21ms
Auto-reload is off.
Running in safe mode! Not running saved code.
You are in safe mode because:
CircuitPython core code crashed hard. Whoops!
Hard fault: memory access or instruction error.
Please file an issue with your program at github.com/adafruit/circuitpython/issues.
Press reset to exit safe mode.
Description
Exploring using httpserver on qualia board. Successfully browsed to the web page, then got called away to go out for diner. Was crashed when got back home a couple of hours later.
Additional information
Not set up to create debug build of circuitpython. This is an initial report. I'll see if it happens again, although the example code that failed is not going to be run much. It was being used as an initial proof of concept that I had the pieces generally set up. Moving to sse example now.