We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When doing an database export, the export is not started instead an error is shown; 'Operation ended with code: 1'
To Reproduce Connect to a database. Right-click and select 'Export' Click the 'Export' button
Expected behavior Export should start.
Application (please complete the following information):
Environment (please complete the following information):
Log shows:
node:internal/modules/cjs/loader:966 throw err; ^ Error: Cannot find module 'electron' Require stack: - /opt/Antares/resources/app.asar/node_modules/electron-store/index.js - /opt/Antares/resources/app.asar/dist/exporter.js at Module._resolveFilename (node:internal/modules/cjs/loader:963:15) at Module._load (node:internal/modules/cjs/loader:811:27) at f._load (node:electron/js2c/asar_bundle:2:13330) at Module.require (node:internal/modules/cjs/loader:1035:19) at require (node:internal/modules/cjs/helpers:102:18) at Object.<anonymous> (/opt/Antares/resources/app.asar/node_modules/electron-store/index.js:3:44) at Module._compile (node:internal/modules/cjs/loader:1141:14) at Module._extensions..js (node:internal/modules/cjs/loader:1196:10) at Module.load (node:internal/modules/cjs/loader:1011:32) at Module._load (node:internal/modules/cjs/loader:846:12) { code: 'MODULE_NOT_FOUND', requireStack: [ '/opt/Antares/resources/app.asar/node_modules/electron-store/index.js', '/opt/Antares/resources/app.asar/dist/exporter.js' ] }
The text was updated successfully, but these errors were encountered:
Hi @64knl,
thanks for the report, a fix is under tests and an hotfix release will come soon!
Sorry, something went wrong.
d1297a0
Fabio286
No branches or pull requests
Describe the bug
When doing an database export, the export is not started instead an error is shown; 'Operation ended with code: 1'
To Reproduce
Connect to a database.
Right-click and select 'Export'
Click the 'Export' button
Expected behavior
Export should start.
Application (please complete the following information):
Environment (please complete the following information):
Log shows:
The text was updated successfully, but these errors were encountered: