Skip to content

Cant seem to get it started; Services not available? #38

Description

@wouterverduin

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:

Bounds not set, not running AI logic.
Compiled with warnings.

[eslint]
src/Charts.js
  Line 2:8:     'eventsWithinRange' is defined but never used                                                              no-unused-vars
  Line 3:10:    'FontAwesomeIcon' is defined but never used                                                                no-unused-vars
  Line 4:10:    'faSeedling' is defined but never used                                                                     no-unused-vars
  Line 4:22:    'faTree' is defined but never used                                                                         no-unused-vars
  Line 100:11:  'offset' is assigned a value but never used                                                                no-unused-vars
  Line 102:9:   'dayCount' is assigned a value but never used                                                              no-unused-vars
  Line 131:19:  'timeDiff' is assigned a value but never used                                                              no-unused-vars
  Line 168:3:   Date prototype is read only, properties should not be added                                                no-extend-native
  Line 198:34:  Expected '===' and instead saw '=='                                                                        eqeqeq
  Line 233:8:   React Hook useMemo has a missing dependency: 'forecast'. Either include it or remove the dependency array  react-hooks/exhaustive-deps

src/CroppableVideoFeed.tsx
  Line 74:11:  'result' is assigned a value but never used                                                                @typescript-eslint/no-unused-vars
  Line 81:11:  'result' is assigned a value but never used                                                                @typescript-eslint/no-unused-vars
  Line 89:9:   img elements must have an alt prop, either with meaningful text, or an empty string for decorative images  jsx-a11y/alt-text

src/Settings.tsx
  Line 31:73:  Expected '===' and instead saw '=='  eqeqeq

src/SleepStats.js
  Line 3:73:    'faSeedling' is defined but never used  no-unused-vars
  Line 3:85:    'faTree' is defined but never used      no-unused-vars
  Line 111:22:  Expected '===' and instead saw '=='     eqeqeq
  Line 140:22:  Expected '===' and instead saw '=='     eqeqeq

src/VideoFeed.tsx
  Line 56:30:   '_notPresentProba' is assigned a value but never used                                                                                                                                                                                      @typescript-eslint/no-unused-vars
  Line 56:48:   '_time' is assigned a value but never used                                                                                                                                                                                                 @typescript-eslint/no-unused-vars
  Line 66:6:    React Hook useEffect has a missing dependency: 'setModelProba'. Either include it or remove the dependency array. If 'setModelProba' changes too often, find the parent component that defines it and wrap that definition in useCallback  react-hooks/exhaustive-deps
  Line 94:63:   Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations                                                                                                                                               no-mixed-operators
  Line 94:104:  Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations                                                                                                                                               no-mixed-operators
  Line 97:42:   img elements must have an alt prop, either with meaningful text, or an empty string for decorative images                                                                                                                                  jsx-a11y/alt-text

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

WARNING in [eslint]
src/Charts.js
  Line 2:8:     'eventsWithinRange' is defined but never used                                                              no-unused-vars
  Line 3:10:    'FontAwesomeIcon' is defined but never used                                                                no-unused-vars
  Line 4:10:    'faSeedling' is defined but never used                                                                     no-unused-vars
  Line 4:22:    'faTree' is defined but never used                                                                         no-unused-vars
  Line 100:11:  'offset' is assigned a value but never used                                                                no-unused-vars
  Line 102:9:   'dayCount' is assigned a value but never used                                                              no-unused-vars
  Line 131:19:  'timeDiff' is assigned a value but never used                                                              no-unused-vars
  Line 168:3:   Date prototype is read only, properties should not be added                                                no-extend-native
  Line 198:34:  Expected '===' and instead saw '=='                                                                        eqeqeq
  Line 233:8:   React Hook useMemo has a missing dependency: 'forecast'. Either include it or remove the dependency array  react-hooks/exhaustive-deps

src/CroppableVideoFeed.tsx
  Line 74:11:  'result' is assigned a value but never used                                                                @typescript-eslint/no-unused-vars
  Line 81:11:  'result' is assigned a value but never used                                                                @typescript-eslint/no-unused-vars
  Line 89:9:   img elements must have an alt prop, either with meaningful text, or an empty string for decorative images  jsx-a11y/alt-text

src/Settings.tsx
  Line 31:73:  Expected '===' and instead saw '=='  eqeqeq

src/SleepStats.js
  Line 3:73:    'faSeedling' is defined but never used  no-unused-vars
  Line 3:85:    'faTree' is defined but never used      no-unused-vars
  Line 111:22:  Expected '===' and instead saw '=='     eqeqeq
  Line 140:22:  Expected '===' and instead saw '=='     eqeqeq

src/VideoFeed.tsx
  Line 56:30:   '_notPresentProba' is assigned a value but never used                                                                                                                                                                                      @typescript-eslint/no-unused-vars
  Line 56:48:   '_time' is assigned a value but never used                                                                                                                                                                                                 @typescript-eslint/no-unused-vars
  Line 66:6:    React Hook useEffect has a missing dependency: 'setModelProba'. Either include it or remove the dependency array. If 'setModelProba' changes too often, find the parent component that defines it and wrap that definition in useCallback  react-hooks/exhaustive-deps
  Line 94:63:   Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations                                                                                                                                               no-mixed-operators
  Line 94:104:  Unexpected mix of '&&' and '||'. Use parentheses to clarify the intended order of operations                                                                                                                                               no-mixed-operators
  Line 97:42:   img elements must have an alt prop, either with meaningful text, or an empty string for decorative images                                                                                                                                  jsx-a11y/alt-text

webpack compiled with 1 warning
No issues found.
Bounds not set, not running AI logic.

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions