Code runs for variable amount of time, then hard crashes, doesn't matter what the except tries to catch.
One example:
You are running in safe mode which means something unanticipated happened.
Looks like our core CircuitPython code crashed hard. Whoops!
Please file an issue at https://github.com/adafruit/circuitpython/issues
with the contents of your CIRCUITPY drive and this message:
Crash into the HardFault_Handler.
Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython df79e9a on 2019-03-27; Adafruit PyPortal with samd51j20
Other times this:
Traceback (most recent call last):
File "code.py", line 53, in
ReloadException:
Where line 53 is just
time.sleep(1)
boot_out.txt
code_py.txt
Code runs for variable amount of time, then hard crashes, doesn't matter what the except tries to catch.
One example:
You are running in safe mode which means something unanticipated happened.
Looks like our core CircuitPython code crashed hard. Whoops!
Please file an issue at https://github.com/adafruit/circuitpython/issues
with the contents of your CIRCUITPY drive and this message:
Crash into the HardFault_Handler.
Press any key to enter the REPL. Use CTRL-D to reload.
Adafruit CircuitPython df79e9a on 2019-03-27; Adafruit PyPortal with samd51j20
Other times this:
Traceback (most recent call last):
File "code.py", line 53, in
ReloadException:
Where line 53 is just
time.sleep(1)
boot_out.txt
code_py.txt