[SOLVED] ERROR database locked Binance - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Exchanges (https://forum.gekko.wizb.it/forum-3.html) +--- Forum: Binance (https://forum.gekko.wizb.it/forum-7.html) +--- Thread: [SOLVED] ERROR database locked Binance (/thread-1500.html) |
[SOLVED] ERROR database locked Binance - RemcoCoin - 02-16-2018 Who knows what this means ? When i starting the strat runnen i get the error popup: ERROR: Error: SQLITE_BUSY: database is locked What must i do ? RE: ERROR database locked Binance - susitronix - 02-16-2018 Hi i never saw this Error. Is there eny other client using Sqlite, like a other instance of liveGekko or a Gekko-Marketwatcher?? RE: ERROR database locked Binance - caafff - 02-16-2018 (02-16-2018, 12:37 PM)RemcoCoin Wrote: Who knows what this means ? Actually, you can find some threads on Gekko Github. I had the same issue and fixed it. Plugins/Sqlite/handle.js 55 lines; change 1500 to 5000~15000. 5000 is 50/50. So, please use over 7000. Then you won't get any issue about Sqlite busy. Good luck RE: ERROR database locked Binance - susitronix - 02-16-2018 @caafff Very nice post! @RemcoCoin Could you Please EDIT YOUR POST and write in the subject Field: [SOLVED] RE: ERROR database locked Binance - RemcoCoin - 02-16-2018 (02-16-2018, 03:14 PM)caafff Wrote:(02-16-2018, 12:37 PM)RemcoCoin Wrote: Who knows what this means ? I'm gonna try that...hope then the error is gone. Thanks RE: [SOLVED] ERROR database locked Binance - RemcoCoin - 02-17-2018 I still have those error, make the change's in handle.js to 5000. get the error after starting a strat. >>Error: SQLITE_BUSY: database is locked errno: 5, code: 'SQLITE_BUSY' ???? helpppp Gekko has made 1 trade, after that he gives that error ?? RE: [SOLVED] ERROR database locked Binance - caafff - 02-17-2018 (02-17-2018, 11:08 AM)RemcoCoin Wrote: I still have those error, make the change's in handle.js to 5000. could you change to 10000? and if you do not mind, go web/vue/UIconfig.js and change timeout 150000 to 600000 // 1min to 5 min. It is working properly for me and my friends. I hope it helps you |