-
Notifications
You must be signed in to change notification settings - Fork 234
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
Problems trade status sync. 'NoneType' object has no attribute 'get' #47
Comments
Hi, it seems to be a problem with trader. It is not tested in latest versions and might be removed in future. Do you have more output like log or stacktrace? |
Unfortunately, not. It seems to happen in Server.py: Here you see the output "Balance: = 0.002...." misses the left side. print(f"Balance: {App.config['base_asset']} = {str(App.base_quantity)}") base_asset and quote_asset is not set in App.py. might that be the reason? base_asset": "", # BTC ETH I did not set it as the readme says it is already configured for Bitcoin. |
If I use the sample config 'config-sample-v0.7.dev.jsonc' then I do not have any errors. This exception seems to be raised from 'trader.py' if I turn on the trade function by adding |
Yes, without trade it works. But of course at the end I want to try to trade with it. |
Could you check what is in your
|
Right, didn't see that log before: 2024-06-08 18:16:01,347 INFO ===> Start trade task. Timestamp 1717870561347. Interval [1717870560000,1717870620000]. |
Do you have an update on that issue? Many thanks! |
I tried to fix problems in binance trader but I cannot finally test it because I do not have a (working) API key. So let me know if you get any problems. Now |
I think i have a related issue, when i try to enable trading the notifications stop working on telegram and i get this on the collector: Also in the terminal i'm getting this msg any ideas on how to fix this? |
to fix your trouble check this click |
Hi,
I am running: python -m service.server -c configs/config.jsonc
I get the error message shown in the screenshot.
The text was updated successfully, but these errors were encountered: