You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c:\Users\LightslicerGP\node_modules\aoi.sqlite\classes\Database.js:210this.client.db.prepare(sql).run(query);^
TypeError: SQLite3canonlybindnumbers,strings,bigints,buffers,andnull
at c:\Users\LightslicerGP\node_modules\aoi.sqlite\classes\Database.js:210:35atsqliteTransaction(c:\Users\LightslicerGP\node_modules\better-sqlite3\lib\methods\transaction.js:65:24)atSQLDatabase.deleteMany(c:\Users\LightslicerGP\node_modules\aoi.sqlite\classes\Database.js:214:7)athandleResidueData(c:\Users\LightslicerGP\node_modules\aoi.js\src\events\Custom\handleResidueData.js:2:21)atTimeout._onTimeout(c:\Users\LightslicerGP\node_modules\aoi.sqlite\classes\Database.js:79:73)atlistOnTimeout(node:internal/timers:573:17)atprocess.processTimers(node:internal/timers:514:7)
no idea, here and there the bot just gives an error like this and then it breaks. i have no clue
The text was updated successfully, but these errors were encountered:
c:\Users\LightslicerGP\node_modules\aoi.sqlite\classes\Database.js:210this.client.db.prepare(sql).run(query);^
TypeError: SQLite3canonlybindnumbers,strings,bigints,buffers,andnull
at c:\Users\LightslicerGP\node_modules\aoi.sqlite\classes\Database.js:210:35atsqliteTransaction(c:\Users\LightslicerGP\node_modules\better-sqlite3\lib\methods\transaction.js:65:24)atSQLDatabase.deleteMany(c:\Users\LightslicerGP\node_modules\aoi.sqlite\classes\Database.js:214:7)athandleResidueData(c:\Users\LightslicerGP\node_modules\aoi.js\src\events\Custom\handleResidueData.js:2:21)atTimeout._onTimeout(c:\Users\LightslicerGP\node_modules\aoi.sqlite\classes\Database.js:79:73)atlistOnTimeout(node:internal/timers:573:17)atprocess.processTimers(node:internal/timers:514:7)
letvalidQuery=typeofquery==='object' ? JSON.stringify(query) : query;// added according to chatgpt 10/10/24this.client.db.prepare(sql).run(validQuery);
trying this, possibly fixes it (yes i asked chatgpt but like what am i meant to do i dont know enough js or get what is happening)
no idea, here and there the bot just gives an error like this and then it breaks. i have no clue
The text was updated successfully, but these errors were encountered: