-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bot stuck with 'Cannot read property 'minNotional' of undefined' after every reboot #622
Comments
It seems Binance API got updated today. Not restarting the bot is the best option currently. If you run the dev version on your server, you can get around it by changing line 72 of
Otherwise you have to wait for @chrisleekr to issue a patch release. |
Patch is on the way |
Hold on @chrisleekr. There is more ramifications to this on the trailing jobs. Binance change is quite impactful actually. That's weird. |
Yeah, now there is no
|
Even with patch on line 72, I've got additional issues:
I can't figure out why though. Maybe related to something cached already. |
Because |
@rando128 The patch is merged. You can test it with the master branch. |
It's strange for Binance to make such a change without an official release (no mention of it in their changelog). Are they purposely trying to break bots in the current market state? 😅 I'll test the patch on one of my installs. Smart from you @chrisleekr for checking both MIN_NOTIONAL and NOTIONAL as they could rollback to the previous behaviour at any time. |
@chrisleekr, I'm getting the following error both on an install with existing transactions and a fresh install:
|
@rando128 I just pushed to clear the cache on migration. Ok, it looks like something else is going on. Let me dig. |
Yeah, still having the problem. Probably because of the remaining reference to MIN_NOTIONAL : |
Yap, I found it. Another patch on the way. |
Working fine now! What a ride 😅 |
Good, let me release. 😥 |
Released the fix. Closing the issue. |
Version
v0.0.97 (53a3def)
Description
To Reproduce
Not sure how to reproduce
Expected Behaviours
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: