You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Which I did, and which installed this version. Did I miss something, or is this a potential issue with the instructions?
If this is an issue with the instructions being out of date, would you be interested in somebody trying to get this running on the latest Ubuntu LTS, and making a PR for the changes once they are shown to work?
Which is even more straightforward than the current 16.04 instructions.
Want a PR with those instructions added to the current 16.04 ones? Replacing them?
( Also do you know of anyone who has in the past contributed to the project, and who would be ready to do work-for-hire/freelancing work improving zenbot? The work would be contributed to the project through PRs. )
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Remove everything above before creating your issue.
System information
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.
The text was updated successfully, but these errors were encountered: