02-16-2018, 03:16 PM
(02-12-2018, 08:40 PM)chad.mercer Wrote: Installed gekko on Bash for Windows per the instructions. UI is working fine. (Still can't get tulind to install, but that's not the purpose of this post.)
I'm doing a number of imports, and I keep getting errors like this in between "Child process has died." popups:
Quote:{ Error: SQLITE_CORRUPT: database disk image is malformed errno: 11, code: 'SQLITE_CORRUPT' }
The import process seems just a bit flaky.
Any thoughts?
You can find some threads on Gekko Github.
I had the same issue and fixed it.
I followed other users' advice too.
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