-
Notifications
You must be signed in to change notification settings - Fork 4
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
2nd copy running with error #11
Comments
This must be a version update issue and maybe something needs to be added to the config file now? I copied the older version to the folder and it works fine. I will run the older version until I get confirmation on how I should proceed? |
Can you post your config file (without the api info obviously)? Are you running the latest code from the repo or the latest release when you saw the failure? |
I am using the git pull/fetch from the repo. then had to go back to my backup version before update. ''' ************ Copy this file rename_me_run_config.py to run_config.py before adding your info *************** Create an API key/secret from https://www.binance.com/en/my/settings/api-management with only Enable Reading Binance_APIs = [ ''' ''' |
Also, I was using this as the execution: python3 run.py --show_deals --colors --auto --keep_running --keep_running_timer 15 --pair_allowance 500 --binance_account_flag ALL_SUBS --do_transfer --transfer_at 5000 --transfer_delta 100 --bot_start_bursts 10 --no_short |
Sorry, I may have missed something. What is the best way to have the config file setup so some accounts have --signal_top_pairs, --signal_top_pairs_rnd, etc. Also, I keep getting the error and I am sure I am doing something simple wrong. :) How should the config file look? Config Info: Binance_APIs = [ Error: |
@derrey, Try the latest code, should fix the issue. If it didn't you can specify the signal_top_pairs option in the config for now and I can look into it a bit more. |
That seemed to work.. Thanks. |
@JeeZues It is still working so I will close this issue.. Thanks |
I have had to create a 2nd folder for a 2nd 3C account. When I run the same program in the 2nd folder I am getting this error.
I also tested it by copying my config file over to the new folder and didn't work, so I know the config is good.
Any thoughts?
I did do a new git copy....
get_bot_signals function took 2656.700 ms
'NoneType' object has no attribute 'lower'
Traceback (most recent call last):
File "run.py", line 538, in
ret = run_account(sub_account, bots)
File "/mnt/TradeBotJim/TradeBot/timeout.py", line 18, in wrapper
result = func(*args, **kwargs)
File "run.py", line 269, in run_account
if account_dict['signal_top_pairs'].lower() in ["min", "max"]:
AttributeError: 'NoneType' object has no attribute 'lower'
The text was updated successfully, but these errors were encountered: