I periodically get the following error message, typically following a soft reset (Ctrl+D): ``` Exception: OpenCV(4.11.0) /home/dryw/micropython-opencv/src/opencv/modules/core/src/system.cpp:1982: error: (-215:Assertion failed) slotIdx < slots.size() in function 'getData' ``` This can be resolved by doing a hard reset, but should try to address this so soft resets are safe. Not yet sure what the root problem is. Will follow up with replication code if I can find something that easily replicates the problem.