-
Notifications
You must be signed in to change notification settings - Fork 2k
Unexpected token * #2762
Description
Remove everything above before creating your issue.
System information
- Have I written custom code (as opposed to using zenbot vanilla): No
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04, Fresh install in VM
- Zenbot version (commit ref, or version): What github clones this day
- Zenbot branch: Same
- NodeJS version: 8.17.0 (what the instructions in the docs installed)
- Python version (when using a python script): 2.7.12
- Exact command to reproduce (include everything): ./zenbot.sh backfill kraken.AAVE-EUR --days 1
- Did I make any changes to conf-sample.js?: no
Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug in Zenbot or a feature request.
Trying to run
./zenbot.sh backfill kraken.AAVE-EUR --days 1
Gives me
arthur@zenbot:~/zenbot$ ./zenbot.sh backfill kraken.AAVE-EUR --days 1
/home/arthur/zenbot/node_modules/kraken-api/node_modules/got/dist/source/create.js:157
const paginateEach = (async function* (url, options) {
^
SyntaxError: Unexpected token *
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:617:28)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object. (/home/arthur/zenbot/node_modules/kraken-api/node_modules/got/dist/source/index.js:14:18)
Source code / Error logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.