Open wouterverduin opened 8 months ago
I have the same issue.
I continue to receive the "bounds not set.." message after this.
This is normal as long as you haven't configured the focus region in the crop-tab. The other messages are just warnings, you can ignore them.
Are you seeing the camera video feed? If not, which camera are you using and what CAM_URL did you configure for it?
I am not seeing the camera feed. I'm using a Tapo C200 camera that I can access using VLC under the URL: rtsp://[username]:[password]@[Camera_IP]:554/stream1 The CAM_URL is the same URL.
I am also getting these errors (I apologize if I need to start another thread instead of adding on this one): ERROR Failed to fetch TypeError: Failed to fetch at http://localhost.local/static/js/bundle.js:816:54 at http://localhost.local/static/js/bundle.js:1613:80 at getSleepNotificationsEnabled (http://localhost.local/static/js/bundle.js:1023:34) at Settings (http://localhost.local/static/js/bundle.js:1027:36) at renderWithHooks (http://localhost.local/static/js/bundle.js:79874:22) at updateFunctionComponent (http://localhost.local/static/js/bundle.js:82756:24) at beginWork (http://localhost.local/static/js/bundle.js:84468:20) at beginWork$1 (http://localhost.local/static/js/bundle.js:89419:18) at performUnitOfWork (http://localhost.local/static/js/bundle.js:88688:16) at workLoopSync (http://localhost.local/static/js/bundle.js:88611:9) at renderRootSync (http://localhost.local/static/js/bundle.js:88584:11) at performSyncWorkOnRoot (http://localhost.local/static/js/bundle.js:88276:24)
Thanks again for your help.
Do you see these errors in the webbrowser? What does your .env look like?
Yes, those errors are in the web-browser. Here is the .env file: CAM_URL= rtsp://{username}:{password}@{Camera_IP}:554/stream1 # full url of the baby camera APP_DIR=/usr/app/babysleepcoach # location of app root, primarily used for docker DEBUG=True OWL=False # lol VIDEO_PATH=/usr/app/babysleepcoach/video # for debugging & testing HATCH_IP=192.168.HATCH.IP # optional REACT_APP_BACKEND_IP=localhost:8001 # ip of flask server. Probably just localhost REACT_APP_RESOURCE_SERVER_IP=localhost:8000 # ip of resource server PORT=80 # port web app serves assets from
Just to be sure, in CAM_URL you replaced the place holder values and it looks something like rtsp://user:123@192.168.1.11:554/stream1 correct?
Then you can try to replace localhost
with pi-server.local
in both REACTAPP* variables.
Thank you! Changing the REACT_APP links fixed it and it's up and running now.
Hi all! Been dying to try this out but cant get it running for now. Used the method in the readme with as little adjustments as possible (change port IP and backand tot my IP adress 192.168.1.50). After various attempts i get this:
I continue to receive the "bounds not set.." message after this.
Even tried to get it started with:
docker-compose up --build -d baby-sleep-coach
Any advice is well appreciated!