-
Notifications
You must be signed in to change notification settings - Fork 33
Description
I am receiving the following errors when attempting to run the app:
⠹ Compiling Renderer Code(node:35366) UnhandledPromiseRejectionWarning: SqliteError: no such column: was_aligned
at Database.prepare (/home/waldo/voicesmith/.webpack/main/index.js:652:21)
at createTables (/home/waldo/voicesmith/.webpack/main/index.js:7648:8)
at Object.getInstance (/home/waldo/voicesmith/.webpack/main/index.js:7678:17)
at Object.getPath (/home/waldo/voicesmith/.webpack/main/index.js:8177:42)
at /home/waldo/voicesmith/.webpack/main/index.js:8196:52
at /home/waldo/voicesmith/.webpack/main/index.js:5378:40
at step (/home/waldo/voicesmith/.webpack/main/index.js:5302:23)
at Object.next (/home/waldo/voicesmith/.webpack/main/index.js:5283:53)
at /home/waldo/voicesmith/.webpack/main/index.js:5277:71
at new Promise ()
AND
Error occurred in handler for 'fetch-needs-install': SqliteError: no such table: settings
at Database.prepare (/home/waldo/voicesmith/.webpack/main/index.js:652:21)
at Object.getPath (/home/waldo/voicesmith/.webpack/main/index.js:8178:22)
at /home/waldo/voicesmith/.webpack/main/index.js:8196:52
at /home/waldo/voicesmith/.webpack/main/index.js:6545:93
at step (/home/waldo/voicesmith/.webpack/main/index.js:6518:23)
at Object.next (/home/waldo/voicesmith/.webpack/main/index.js:6499:53)
at /home/waldo/voicesmith/.webpack/main/index.js:6493:71
at new Promise ()
at webpack_modules../src/electron/handles/install.ts.__awaiter (/home/waldo/voicesmith/.webpack/main/index.js:6489:12)
at /home/waldo/voicesmith/.webpack/main/index.js:6542:91 {
code: 'SQLITE_ERROR'