Skip to content
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

Closed
rickdeaconx opened this issue Jan 14, 2018 · 4 comments
Closed

Error: bl: no such table: orders #92

rickdeaconx opened this issue Jan 14, 2018 · 4 comments

Comments

@rickdeaconx
Copy link

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.

@yasinkuyu
Copy link
Owner

db/orders.sample.db -> orders.db

@drekion
Copy link

drekion commented Jan 14, 2018

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.

@rickdeaconx
Copy link
Author

@yasinkuyu thanks - fixed it.

Encountering an error where it buys/sells successfully and says:
m: Account has insufficient balance for requested action.

Despite being > the amount it started with.

@yasinkuyu
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants