Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1.  
  2. plex@ubuntu:~/zenbot$ ./zenbot launch map --backfill
  3. 01/19/2017 08:56:00 AM PST [ launcher] cmd `launch` booting
  4. 01/19/2017 08:56:00 AM PST [ launcher] cmd `map` booting
  5. /home/plex/zenbot/utils/get_products.js:6
  6. if (c.assets.indexOf(product.asset) === -1) return false
  7. ^
  8.  
  9. TypeError: Cannot read property 'indexOf' of undefined
  10. at /home/plex/zenbot/utils/get_products.js:6:19
  11. at Array.filter (native)
  12. at get_products (/home/plex/zenbot/utils/get_products.js:5:23)
  13. at mapper (/home/plex/zenbot/plugins/gdax/backfiller.js:12:20)
  14. at /home/plex/zenbot/node_modules/run-parallel/index.js:41:7
  15. at Array.forEach (native)
  16. at module.exports (/home/plex/zenbot/node_modules/run-parallel/index.js:40:11)
  17. at mapper (/home/plex/zenbot/node_modules/zenbrain/core/mapper/mapper.js:9:5)
  18. at Object.<anonymous> (/home/plex/zenbot/node_modules/zenbrain/core/launcher/launcher.js:76:11)
  19. at Immediate._onImmediate (/home/plex/zenbot/node_modules/motley-mongo/node_modules/sosa_mongo/node_modules/sosa/api.js:15:12)
  20. 01/19/2017 08:56:00 AM PST [ launcher] cmd `map` exited with code 1, respawning now.
  21. 01/19/2017 08:56:01 AM PST [ launcher] cmd `map` booting
  22. /home/plex/zenbot/utils/get_products.js:6
  23. if (c.assets.indexOf(product.asset) === -1) return false
  24. ^
  25.  
  26. TypeError: Cannot read property 'indexOf' of undefined
  27. at /home/plex/zenbot/utils/get_products.js:6:19
  28. at Array.filter (native)
  29. at get_products (/home/plex/zenbot/utils/get_products.js:5:23)
  30. at mapper (/home/plex/zenbot/plugins/gdax/backfiller.js:12:20)
  31. at /home/plex/zenbot/node_modules/run-parallel/index.js:41:7
  32. at Array.forEach (native)
  33. at module.exports (/home/plex/zenbot/node_modules/run-parallel/index.js:40:11)
  34. at mapper (/home/plex/zenbot/node_modules/zenbrain/core/mapper/mapper.js:9:5)
  35. at Object.<anonymous> (/home/plex/zenbot/node_modules/zenbrain/core/launcher/launcher.js:76:11)
  36. at Immediate._onImmediate (/home/plex/zenbot/node_modules/motley-mongo/node_modules/sosa_mongo/node_modules/sosa/api.js:15:12)
  37. 01/19/2017 08:56:01 AM PST [ launcher] cmd `map` exited with code 1, respawning now.
  38. 01/19/2017 08:56:01 AM PST [ launcher] cmd `map` booting
  39. /home/plex/zenbot/utils/get_products.js:6
  40. if (c.assets.indexOf(product.asset) === -1) return false
  41. ^
  42.  
  43. TypeError: Cannot read property 'indexOf' of undefined
  44. at /home/plex/zenbot/utils/get_products.js:6:19
  45. at Array.filter (native)
  46. at get_products (/home/plex/zenbot/utils/get_products.js:5:23)
  47. at mapper (/home/plex/zenbot/plugins/gdax/backfiller.js:12:20)
  48. at /home/plex/zenbot/node_modules/run-parallel/index.js:41:7
  49. at Array.forEach (native)
  50. at module.exports (/home/plex/zenbot/node_modules/run-parallel/index.js:40:11)
  51. at mapper (/home/plex/zenbot/node_modules/zenbrain/core/mapper/mapper.js:9:5)
  52. at Object.<anonymous> (/home/plex/zenbot/node_modules/zenbrain/core/launcher/launcher.js:76:11)
  53. at Immediate._onImmediate (/home/plex/zenbot/node_modules/motley-mongo/node_modules/sosa_mongo/node_modules/sosa/api.js:15:12)
  54. 01/19/2017 08:56:01 AM PST [ launcher] cmd `map` exited with code 1, respawning now.
  55. 01/19/2017 08:56:02 AM PST [ launcher] cmd `map` booting
  56. /home/plex/zenbot/utils/get_products.js:6
  57. if (c.assets.indexOf(product.asset) === -1) return false
  58. ^
  59.  
  60. TypeError: Cannot read property 'indexOf' of undefined
  61. at /home/plex/zenbot/utils/get_products.js:6:19
  62. at Array.filter (native)
  63. at get_products (/home/plex/zenbot/utils/get_products.js:5:23)
  64. at mapper (/home/plex/zenbot/plugins/gdax/backfiller.js:12:20)
  65. at /home/plex/zenbot/node_modules/run-parallel/index.js:41:7
  66. at Array.forEach (native)
  67. at module.exports (/home/plex/zenbot/node_modules/run-parallel/index.js:40:11)
  68. at mapper (/home/plex/zenbot/node_modules/zenbrain/core/mapper/mapper.js:9:5)
  69. at Object.<anonymous> (/home/plex/zenbot/node_modules/zenbrain/core/launcher/launcher.js:76:11)
  70. at Immediate._onImmediate (/home/plex/zenbot/node_modules/motley-mongo/node_modules/sosa_mongo/node_modules/sosa/api.js:15:12)
  71. 01/19/2017 08:56:02 AM PST [ launcher] cmd `map` exited with code 1, respawning now.
  72. ^C01/19/2017 08:56:03 AM PST [ launcher] cmd `launch` exiting
  73. 01/19/2017 08:56:03 AM PST [ launcher] saved run_state, id = zb_launch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement