new error after buying a coin
outrageousmaski opened this issue · 2 comments
outrageousmaski commented
Traceback (most recent call last):
File "bot-kucoin.py", line 297, in
asyncio.run(main())
File "/usr/lib/python3.8/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "bot-kucoin.py", line 252, in main
insert_into_db(order=buy_order_data, order_id=buy_order['orderId'])
File "bot-kucoin.py", line 216, in insert_into_db
c.execute("INSERT INTO Orders VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
sqlite3.OperationalError: no such table: Orders
abayomi185 commented
Hey, did you run "initialise_db.py" ?
abayomi185 commented
Thanks for helping with the other issue!