Skip to content

Linux AppImage Connection "default" was not found #2380

Description

@richard-ecomus

When I execute the 0.103.0 AppImage on Linux Mint 19.1, the GUI appears with the error message 'Connection "default" was not found'. Running from the CLI I get this error:

16:54:49.152 › SQLite package has not been found installed. Try to install it: npm install sqlite3 --save

When I try to generate the debug .zip file, I get the same error in a dialog box. Here is the trace echoed on the CLI when running the app:

16:54:51.542 › API Controller:	channel handling error: ConnectionNotFoundError: Connection "default" was not found. ConnectionNotFoundError: Connection "default" was not found.
    at new ConnectionNotFoundError (/tmp/.mount_NeuronosAQOQ/resources/app.asar/node_modules/typeorm/error/ConnectionNotFoundError.js:10:28)
    at ConnectionManager.get (/tmp/.mount_NeuronosAQOQ/resources/app.asar/node_modules/typeorm/connection/ConnectionManager.js:38:19)
    at Object.getConnection (/tmp/.mount_NeuronosAQOQ/resources/app.asar/node_modules/typeorm/index.js:245:35)
    at Function.getAddressesByWalletId (/tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/services/addresses.js:181:48)
    at Function.getAddressesWithBalancesByWalletId (/tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/services/addresses.js:203:38)
    at WalletsController.getAllAddresses (/tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/controllers/wallets.js:289:54)
    at /tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/controllers/api.js:120:72
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async /tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/controllers/api.js:451:33
    at async node:electron/js2c/browser_init:197:563
16:54:51.790 › API Controller:	channel handling error: ConnectionNotFoundError: Connection "default" was not found. ConnectionNotFoundError: Connection "default" was not found.
    at new ConnectionNotFoundError (/tmp/.mount_NeuronosAQOQ/resources/app.asar/node_modules/typeorm/error/ConnectionNotFoundError.js:10:28)
    at ConnectionManager.get (/tmp/.mount_NeuronosAQOQ/resources/app.asar/node_modules/typeorm/connection/ConnectionManager.js:38:19)
    at Object.getConnection (/tmp/.mount_NeuronosAQOQ/resources/app.asar/node_modules/typeorm/index.js:245:35)
    at Function.getAddressesByWalletId (/tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/services/addresses.js:181:48)
    at TransactionsController.getAll (/tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/controllers/transactions.js:21:54)
    at /tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/controllers/api.js:240:78
    at /tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/controllers/api.js:451:39
    at node:electron/js2c/browser_init:197:579
    at Object.<anonymous> (node:electron/js2c/browser_init:161:10272)
    at Object.emit (node:events:394:28)
16:54:51.909 › API Controller:	channel handling error: ConnectionNotFoundError: Connection "default" was not found. ConnectionNotFoundError: Connection "default" was not found.
    at new ConnectionNotFoundError (/tmp/.mount_NeuronosAQOQ/resources/app.asar/node_modules/typeorm/error/ConnectionNotFoundError.js:10:28)
    at ConnectionManager.get (/tmp/.mount_NeuronosAQOQ/resources/app.asar/node_modules/typeorm/connection/ConnectionManager.js:38:19)
    at Object.getConnection (/tmp/.mount_NeuronosAQOQ/resources/app.asar/node_modules/typeorm/index.js:245:35)
    at Function.getAddressesByWalletId (/tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/services/addresses.js:181:48)
    at TransactionsController.getAll (/tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/controllers/transactions.js:21:54)
    at /tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/controllers/api.js:240:78
    at /tmp/.mount_NeuronosAQOQ/resources/app.asar/dist/controllers/api.js:451:39
    at node:electron/js2c/browser_init:197:579
    at Object.<anonymous> (node:electron/js2c/browser_init:161:10272)
    at Object.emit (node:events:394:28)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions