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.
114 stars 28 forks source link

SQLITE_ERROR while starting appium server with plugin on macOS #65

Closed Kavya341 closed 2 years ago

Kavya341 commented 2 years ago

Below error is being displayed while trying to start appium server with the plugin on macOS

sudharsan-selvaraj commented 2 years ago

Hi @Kavya341 , Looks like the DB is not synced with the latest changes made to the schema. Can you try the below steps and see if that works.

  1. cd /Users/kavyat/.cache/appium-dashboard-plugin and delete all the files inside this folder
  2. Run appium plugin uninstall appium-dashboard
  3. Reinstall the plugin appium plugin install --source=npm appium-dashboard
  4. Start the appium server appium --use-plugins=appium-dashboard
Kavya341 commented 2 years ago

Hey @sudharsan-selvaraj the above solution worked. Thanks

sudharsan-selvaraj commented 2 years ago

Sounds great @Kavya341 , I will go ahead and close this issues.