Skip to content
New issue

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

Export fails with 'Operation ended with code: 1' #541

Closed
64knl opened this issue Feb 27, 2023 · 1 comment
Closed

Export fails with 'Operation ended with code: 1' #541

64knl opened this issue Feb 27, 2023 · 1 comment
Assignees
Labels
bug 🪲 Something isn't working

Comments

@64knl
Copy link
Contributor

64knl commented Feb 27, 2023

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):

  • App client [e.g. MySQL]
  • App version0.7.5
  • Installation source: Ubuntu

Environment (please complete the following information):

  • OS name: Ubuntu
  • OS version 22.10
  • DB name MariaDB
  • DB version multiple

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'
  ]
}
@Fabio286 Fabio286 added the bug 🪲 Something isn't working label Feb 27, 2023
@Fabio286 Fabio286 added this to TO FIX Feb 27, 2023
@github-project-automation github-project-automation bot moved this to Needs triage in TO FIX Feb 27, 2023
@Fabio286 Fabio286 moved this from Needs triage to High priority in TO FIX Feb 27, 2023
@Fabio286
Copy link
Member

Hi @64knl,

thanks for the report, a fix is under tests and an hotfix release will come soon!

@github-project-automation github-project-automation bot moved this from High priority to Closed in TO FIX Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
No open projects
Status: Closed
Development

No branches or pull requests

2 participants