Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. Welcome to Node-RED
  2. ===================
  3. 24 Jan 14:58:51 - [info] Node-RED version: v0.19.5
  4. 24 Jan 14:58:51 - [info] Node.js version: v8.14.0
  5. 24 Jan 14:58:51 - [info] Linux 4.4.50 arm LE
  6. 24 Jan 14:58:53 - [info] Loading palette nodes
  7. 24 Jan 14:59:02 - [info] Settings file : /etc/node-red/config.js
  8. 24 Jan 14:59:02 - [info] Context store : 'default' [module=memory]
  9. 24 Jan 14:59:02 - [info] User directory : /config/node-red/
  10. 24 Jan 14:59:02 - [warn] Projects disabled : editorTheme.projects.enabled=false
  11. 24 Jan 14:59:02 - [info] Flows file : /config/node-red/flows.json
  12. 24 Jan 14:59:02 - [info] Server now running at https://127.0.0.1:1880/
  13. 24 Jan 14:59:02 - [info] Starting flows
  14. 24 Jan 14:59:02 - [info] Started flows
  15. 24 Jan 14:59:03 - [warn] [api-call-service:df01e98b.cfc0e8] Call-Service attempted without connection to server.
  16. 24 Jan 14:59:07 - [info] [server:Home Assistant] WebSocket Connected to http://hassio/homeassistant
  17. (node:627) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'getStates' of undefined
  18. at CurrentStateNode.onInput (/opt/node_modules/node-red-contrib-home-assistant-websocket/nodes/current-state/current-state.js:53:60)
  19. at CurrentStateNode.preOnInput (/opt/node_modules/node-red-contrib-home-assistant-websocket/lib/base-node.js:363:18)
  20. at emitOne (events.js:116:13)
  21. at CurrentStateNode.emit (events.js:211:7)
  22. at CurrentStateNode.Node.receive (/opt/node_modules/node-red/red/runtime/nodes/Node.js:215:14)
  23. at InjectNode.Node.send (/opt/node_modules/node-red/red/runtime/nodes/Node.js:137:22)
  24. at InjectNode.<anonymous> (/opt/node_modules/node-red/nodes/core/core/20-inject.js:78:26)
  25. at emitOne (events.js:116:13)
  26. at InjectNode.emit (events.js:211:7)
  27. at Timeout._onTimeout (/opt/node_modules/node-red/nodes/core/core/20-inject.js:58:20)
  28. (node:627) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
  29. (node:627) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement