rubegartor/ReelSteady-Joiner

"Unhandled Promise Rejection" upon first try to merge.

noctis90210 opened this issue · 1 comments

NonError: {
  error: Error: Command failed: C:\Program Files\ReelSteady Joiner\app\bin\win\exiftool.exe -config C:\Program Files\ReelSteady Joiner\app\bin\exiftool.config -s -s -s -time:FileModifyDate G:\___Personal Property___\Marvin\Marvin (Hikes)\2022\05-01-22 Vall de Lord (Hero10)\GX010283.MP4
  
      at ChildProcess.exithandler (node:child_process:407:12)
      at ChildProcess.emit (node:events:527:28)
      at maybeClose (node:internal/child_process:1092:16)
      at Socket.<anonymous> (node:internal/child_process:451:11)
      at Socket.emit (node:events:527:28)
      at Pipe.<anonymous> (node:net:709:12) {
    code: 4294967295,
    killed: false,
    signal: null,
    cmd: 'C:\\Program Files\\ReelSteady Joiner\\app\\bin\\win\\exiftool.exe -config C:\\Program Files\\ReelSteady Joiner\\app\\bin\\exiftool.config -s -s -s -time:FileModifyDate G:\\___Personal Property___\\Marvin\\Marvin (Hikes)\\2022\\05-01-22 Vall de Lord (Hero10)\\GX010283.MP4'
  },
  stderr: ''
}
    at module.exports (C:\Program Files\ReelSteady Joiner\resources\app.asar\node_modules\ensure-error\index.js:14:10)
    at handleError (C:\Program Files\ReelSteady Joiner\resources\app.asar\node_modules\electron-unhandled\index.js:50:10)
    at process.<anonymous> (C:\Program Files\ReelSteady Joiner\resources\app.asar\node_modules\electron-unhandled\index.js:130:4)
    at process.emit (node:events:527:28)
    at emit (node:internal/process/promises:140:20)
    at processPromiseRejections (node:internal/process/promises:269:11)
    at process.processTicksAndRejections (node:internal/process/task_queues:97:32)

reelsteady-joiner 1.3.0
Electron 20.0.2
win32 10.0.22621
Locale: en-US

Sometimes it is not possible to get the necessary metadata, in this case the file modification date to rewrite it on the new video. So far I haven't been able to figure out why, trying to reopen the files shouldn't be a problem.
Therefore, this issue will remain unfixed until the issue can be reproduced. Anyway thanks for the info!