can't open sqlite file on default config #14

Closed
opened 2019-05-12 01:16:00 +00:00 by ryanburnette · 1 comment
Member
[:80] Handling ACME challenges and redirecting to https
[:443] Serving https
(node:4042) UnhandledPromiseRejectionWarning: SequelizeConnectionError: SQLITE_CANTOPEN: unable to open database file
    at Database.connections.(anonymous function).lib.Database.err (/opt/gl-seq-test-quiet/node_modules/sequelize/lib/dialects/sqlite/connection-manager.js:61:34)
(node:4042) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:4042) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
``` [:80] Handling ACME challenges and redirecting to https [:443] Serving https (node:4042) UnhandledPromiseRejectionWarning: SequelizeConnectionError: SQLITE_CANTOPEN: unable to open database file at Database.connections.(anonymous function).lib.Database.err (/opt/gl-seq-test-quiet/node_modules/sequelize/lib/dialects/sqlite/connection-manager.js:61:34) (node:4042) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:4042) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. ```
Author
Member

fixed by pr #13

fixed by pr #13
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: root/greenlock-store-sequelize.js#14
No description provided.