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

Unhandled error in leveldb #208

Open
greglearns opened this issue Sep 5, 2020 · 0 comments
Open

Unhandled error in leveldb #208

greglearns opened this issue Sep 5, 2020 · 0 comments
Labels

Comments

@greglearns
Copy link

Describe the bug
Maybe once a day, I see an error like this in the V2 Desktop app. I replaced my home directory name with XXXXX to make it easier to see:

(node:13961) [DEP0106] DeprecationWarning: crypto.createDecipher is deprecated.
(node:13961) [DEP0106] DeprecationWarning: crypto.createDecipher is deprecated.
Checking for update
Update for version 2.4.15 is not available (latest version: 2.4.15, downgrade is disallowed).
Error: Command failed: /tmp/.mount_gingkoUTjTsR/resources/app.asar.unpacked/node_modules/7zip-bin/linux/x64/7za a /home/XXXXX/.config/Gingko/backups/%home%XXXXX%Documents%gingko%gingko2020_2020-09-05_07-18-42.gko /home/XXXXX/.config/Gingko/%home%XXXXX%Documents%gingko%gingko2020.gko/* -r

WARNING: No such file or directory
/home/XXXXX/.config/Gingko/%home%XXXXX%Documents%gingko%gingko2020.gko/leveldb/000046.log


    at ChildProcess.exithandler (child_process.js:304:12)
    at ChildProcess.emit (events.js:223:5)
    at maybeClose (internal/child_process.js:1021:16)
    at Socket.<anonymous> (internal/child_process.js:430:11)
    at Socket.emit (events.js:223:5)
    at Pipe.<anonymous> (net.js:664:12) {
  killed: false,
  code: 1,
  signal: null,
  cmd: '/tmp/.mount_gingkoUTjTsR/resources/app.asar.unpacked/node_modules/7zip-bin/linux/x64/7za a /home/XXXXX/.config/Gingko/backups/%home%XXXXX%Documents%gingko%gingko2020_2020-09-05_07-18-42.gko /home/XXXXX/.config/Gingko/%home%XXXXX%Documents%gingko%gingko2020.gko/* -r',
  stdout: '\n' +
    '7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21\n' +
    'p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,8 CPUs Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz (706E5),ASM,AES-NI)\n' +
    '\n' +
    'Scanning the drive:\n' +
    '1 folder, 12 files, 8765495 bytes (8561 KiB)\n' +
    '\n' +
    'Creating archive: /home/XXXXX/.config/Gingko/backups/%home%XXXXX%Documents%gingko%gingko2020_2020-09-05_07-18-42.gko\n' +
    '\n' +
    'Items to compress: 13\n' +
    '\n' +
    '\n' +
    'Files read from disk: 11\n' +
    'Archive size: 368342 bytes (360 KiB)\n' +
    '\n' +
    'WARNINGS for files:\n' +
    '\n' +
    '/home/XXXXX/.config/Gingko/%home%XXXXX%Documents%gingko%gingko2020.gko/leveldb/000046.log : No such file or directory\n' +
    '----------------\n' +
    'WARNING: Cannot open 1 file\n',
  stderr: '\n' +
    'WARNING: No such file or directory\n' +
    '/home/XXXXX/.config/Gingko/%home%XXXXX%Documents%gingko%gingko2020.gko/leveldb/000046.log\n' +
    '\n'
}

To Reproduce
Steps to reproduce the behavior:
... just seems to happen periodically during normal usage
I see an error message dialog box and the stderr output.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Software info:

  • OS: Ubuntu 20.04
  • Gingko Version 2.4.15

Additional context
Add any other context about the problem here.

@greglearns greglearns added the bug label Sep 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant