This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
TypeError: Cannot read property 'watch' of undefined #374
Closed
Description
see here
I tracked it down to commit 4df979d that broke things for me. > All the commits up to that point run. But when I update to that commit it has the error:
`/usr/src/gekko/core/budfox/marketFetcher.js:22 var provider = config.watch.exchange.toLowerCase(); ^ TypeError: Cannot read property 'watch' of undefined at new Fetcher (/usr/src/gekko/core/budfox/marketFetcher.js:22:24) at new Manager (/usr/src/gekko/core/budfox/marketDataProvider.js:18:17) at new BudFox (/usr/src/gekko/core/budfox/budfox.js:28:29) at /usr/src/gekko/core/pipeline.js:160:20 at /usr/src/gekko/node_modules/async/lib/async.js:232:13 at /usr/src/gekko/node_modules/async/lib/async.js:142:25 at /usr/src/gekko/node_modules/async/lib/async.js:229:17
at /usr/src/gekko/node_modules/async/lib/async.js:556:34
at prepareMarket (/usr/src/gekko/core/pipeline.js:143:7)
at /usr/src/gekko/node_modules/async/lib/async.js:551:21
Metadata
Assignees
Labels
No labels