random boot import exception around uos.path
we're getting thrown into the repl during boot a lot lately. didn't find a consistent way to replicate it yet, but it does happen a lot, with or without repl attached. not sure if it's related to power cycles, if it doesn't happen to you try removing power a few times.
erreur:
E (1750) flow3r-imu: bmp5_init: Error [-5] : Power up error
Traceback (most recent call last):
File "/flash/sys/main.py", line 1, in <module>
File "/flash/sys/st3m/__init__.py", line 1, in <module>
File "/flash/sys/st3m/reactor.py", line 3, in <module>
File "/flash/sys/st3m/profiling.py", line 2, in <module>
File "/flash/sys/st3m/settings.py", line 23, in <module>
File "", line 2, in <module>
File "os/__init__.py", line 6, in <module>
os/init.py is located in components/micropython/vendor/lib/micropython-lib/python-stdlib/os
, tldr:
from uos import *
try:
from . import path # <- line 6
(the bmp_init error pops up in our badge on every boot consistently, we think it's probably unrelated but leaving it here for completion)