I got mine this afternoon and things went well until I actually tried to use the app. I could see the live video for the device, but the default app kept starting and stopping every few seconds.
here's my error log:
22:59:37Sentry is attempting to send 2 pending events
22:59:37Waiting up to 2 seconds
22:59:37Press Ctrl-C to quit
22:59:41Error in App definition: [Errno 2] No such file or directory: '/app/app.py'
22:59:41Traceback (most recent call last):
22:59:41 except Exception as err: print(f'Error in App definition: {err}'); raise err;
22:59:41 File "/launch.py", line 4, in <module>
22:59:41 File "/launch.py", line 5, in <module>
22:59:41 try: exec(open("/app/app.py").read())
22:59:41FileNotFoundError: [Errno 2] No such file or directory: '/app/app.py'
22:59:43[2023-09-29 05:59:43.779] [depthai] [warning] USB protocol not available - If running in a container, make sure that the following is set: "-v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw'"
23:00:38[2023-09-29 06:00:38.211] [depthai] [warning] USB protocol not available - If running in a container, make sure that the following is set: "-v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw'"
23:00:41Error in App definition: No module named 'robothub_core'
23:00:41 File "/launch.py", line 5, in <module>
23:00:41Traceback (most recent call last):
23:00:41 except Exception as err: print(f'Error in App definition: {err}'); raise err;
23:00:41 File "/launch.py", line 4, in <module>
23:00:41 try: exec(open("/app/app.py").read())
23:00:41 File "/usr/local/lib/python3.10/dist-packages/robothub_oak/init.py", line 3, in <module>
23:00:41 from robothub_oak.application import *
23:00:41 File "/usr/local/lib/python3.10/dist-packages/robothub_oak/application.py", line 11, in <module>
23:00:41 File "<string>", line 2, in <module>
23:00:41 import robothub_core
23:00:41ModuleNotFoundError: No module named 'robothub_core'