sudharsan-selvaraj / appium-dashboard-plugin

Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging.
113 stars 28 forks source link

Appium server is down because of exception thrown in sqlite DB #142

Open SushanthNandan opened 4 months ago

SushanthNandan commented 4 months ago

@sudharsan-selvaraj please find the logs below,

` 2024-03-18 18:30:44:365 - uncaughtException: SQLITE_BUSY: database is locked

at Database. (/Users/jenkins-lab/.appium/node_modules/appium-dashboard/node_modules/sequelize/src/dialects/sqlite/query.js:236:27) at /Users/jenkins-lab/.appium/node_modules/appium-dashboard/node_modules/sequelize/src/dialects/sqlite/query.js:234:50 at new Promise () at Query.run (/Users/jenkins-lab/.appium/node_modules/appium-dashboard/node_modules/sequelize/src/dialects/sqlite/query.js:234:12) at /Users/jenkins-lab/.appium/node_modules/appium-dashboard/node_modules/sequelize/src/sequelize.js:650:28 at SQLiteQueryInterface.rawSelect (/Users/jenkins-lab/.appium/node_modules/appium-dashboard/node_modules/sequelize/src/dialects/abstract/query-interface.js:1043:18) at Function.aggregate (/Users/jenkins-lab/.appium/node_modules/appium-dashboard/node_modules/sequelize/src/model.js:2067:19) at Function.count (/Users/jenkins-lab/.appium/node_modules/appium-dashboard/node_modules/sequelize/src/model.js:2124:20) at async Promise.all (index 0) at Function.findAndCountAll (/Users/jenkins-lab/.appium/node_modules/appium-dashboard/node_modules/sequelize/src/model.js:2183:27)`