-
Notifications
You must be signed in to change notification settings - Fork 2k
Can not start docker with conf.js #1024
Comments
You are trying to use |
Wish that would be the case, but I placed my api key/secret/passphrase in conf-sample.js and renamed it to conf.js as well as copied to conf.js/dir Remember this is docker.. |
I had the same issue and was solved by putting the api keys in conf-sample.js for gdax. dont know why it insists on checking this file for api keys instead of conf.js |
@yang2lalang I have same issue still, with error above.
|
do you have another config file in the zenbot root? Try to call zenbot trade without the --config option Try to simulate an error by changing something in all conf.js files you have to help you know exactly which of the config filename zenbot is using. This is the file where you put gdax credentials |
System information
$ docker-compose exec server zenbot --version
4.0.5
$ python --version
Python 2.7.10
docker-compose exec server zenbot buy gdax.BTC-USD --ptc=10
My conf.js is actually a directory, I tried removing it and renaming conf-sample.js to conf.js..
This is the error with conf.js
ERROR:
docker-compose exec server zenbot buy gdax.BTC-USD --ptc=10
/app/extensions/exchanges/gdax/exchange.js:21
throw new Error('please configure your GDAX credentials in conf.js')
^
This is the error with conf.js file vs dir.
The text was updated successfully, but these errors were encountered: