-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to run the bot #22
Comments
What does your log file look like? |
@JPStrydom above mention details are from logs file Even i tried to change the pvt keys still getting same error |
@akkighanate The problem was in settings.json file 'pause_params' will be empty. Replace below lines :
with :
. Now it should work. |
Hello Brother @Naveen-Zerocool . |
Hi i have done the setup in windows and i am getting below error can you help me out here
BOT logs
2018/08/30 10:29:43 PM - ERROR: 'buy'
Traceback (most recent call last):
File "app.py", line 94, in
Trader.analyse_pauses()
File "C:\Users\Akki\Desktop\New folder\Crypto-Trading-Bot-master\Crypto-Trading-Bot-master\src\trader.py", line 40, in analyse_pauses
if self.Database.check_resume(self.pause_params["buy"]["pauseTime"], "buy"):
KeyError: 'buy'
The text was updated successfully, but these errors were encountered: