Advertisement
Guest User

Untitled

a guest
May 11th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. dennis-2:nl.inversion.wunderground dennis$ athom project --run
  2. ? Select active Homey: Homey @ 10.50.2.23:80
  3. 1/4 - Archiving...
  4. 2/4 - Uploading to Homey @ http://10.50.2.23:80...
  5. 3/4 - Running `nl.inversion.wunderground`, press CTRL+C to abort...
  6. 4/4 - Debugging...
  7.  
  8. -------------------------------------------------
  9. Initializing Weather Underground
  10.  
  11. Locale: en
  12.  
  13. checkInsightsLogs
  14.  
  15. Check settings
  16. units_imperial: false
  17. units_metric: true
  18. Personal key defined by user
  19.  
  20. initWunderground
  21. Using Weather Underground personal key
  22. Update every (user setting): 10
  23. Using country and city for location
  24.  
  25.  
  26. Update Weather
  27. Requesting for location: NL/Mill
  28.  
  29. Schedule weather every 10 minutes
  30. TypeError: Cannot read property 'relative_humidity' of undefined
  31. at null.<anonymous> (/app.js:362:55)
  32. at Request._callback (/node_modules/wundergroundnode/lib/wundergroundnode.js:137:26)
  33. at Request.self.callback (/node_modules/request/request.js:199:22)
  34. at emitTwo (events.js:87:13)
  35. at Request.emit (events.js:172:7)
  36. at Request.<anonymous> (/node_modules/request/request.js:1036:10)
  37. at emitOne (events.js:82:20)
  38. at Request.emit (events.js:169:7)
  39. at IncomingMessage.<anonymous> (/node_modules/request/request.js:963:12)
  40. at emitNone (events.js:72:20)
  41. -------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement