Username: Password:

Author Topic: ERROR: SQLITE BUSY  (Read 2564 times)

Offline Asp75

  • Rookie
  • *
  • Posts: 17
    • View Profile
ERROR: SQLITE BUSY
« on: July 03, 2020, 06:50:00 AM »
I migrated my Gunbot from Windows 10 to Windows Server 2016.
The core works fine, but if I start the GUI, within a couple of minutes the database gets locked and core stops working.

The same copy has always worked perfectly on Win 10.
Tried a fresh install, the database gets locked again.

Has anyone experienced that problem on Windows Server 2016 (or elsewhere), and found a solution to it?

Offline Asp75

  • Rookie
  • *
  • Posts: 17
    • View Profile
Re: ERROR: SQLITE BUSY
« Reply #1 on: July 03, 2020, 01:27:33 PM »
Please disregard/delete this. I found a way to mitigate the issue.
If anyone else experienced that and is looking for a temporary solution: install/update node.js, npm the latest version of sqlite, find node_sqlite3.node and replace it with the one in Gunbot gui folder.

Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: ERROR: SQLITE BUSY
« Reply #2 on: July 03, 2020, 09:12:42 PM »
Glad to hear to found a way to fix it  :)