-
Notifications
You must be signed in to change notification settings - Fork 835
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
Error: bl: no such table: orders #92
Comments
db/orders.sample.db -> orders.db |
I have the same error, I have renamed orders.sample.db to orders.db. Only occurs in some coins, If I try with ADA works. |
@yasinkuyu thanks - fixed it. Encountering an error where it buys/sells successfully and says: Despite being > the amount it started with. |
@rickdeaconx There is a problem in the loop. Once an order is complete, it can not go to the other order. I'm looking at. |
Got this error after a buy was successful. Application error'd after and didn't sell.
Also experienced a similar error stating orderid wasn't what it expected with a regex next to it.
price:0.00117770 buyp:0.00118150 sellp:0.00117970-bid:0.00117150 ask:0.00118680
bl: no such table: orders
price:0.00117510 buyp:0.00118160 sellp:0.00117980-bid:0.00117160 ask:0.00118680
m: Account has insufficient balance for requested action.
The text was updated successfully, but these errors were encountered: