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 Promise Rejection #3243

Closed
c0fe opened this issue Mar 21, 2019 · 2 comments
Closed

Unhandled Promise Rejection #3243

c0fe opened this issue Mar 21, 2019 · 2 comments

Comments

@c0fe
Copy link

c0fe commented Mar 21, 2019

Bug Description

Signal crashes with two prompts, each prompt has its own unique error message.

Steps to Reproduce

There are no steps to reproduce. Just have Signal running and don't use the computer for a while.

Actual Result:

First Prompt Error Log:

Unhandled Promise Rejection

Error: Command failed: powershell.exe -NoProfile -NonInteractive -InputFormat None -Command Get-AuthenticodeSignature 'C:\Users\Vlad\AppData\Roaming\Signal\temp-installer-1.23.0.exe' | ConvertTo-Json -Compress

    at ChildProcess.exithandler (child_process.js:303:12)
    at ChildProcess.emit (events.js:182:13)
    at maybeClose (internal/child_process.js:961:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)
From previous event:
    at verifySignature ([REDACTED]\app.asar\node_modules\electron-updater\src\windowsExecutableCodeSignatureVerifier.ts:11:3)
    at [REDACTED]\app.asar\node_modules\electron-updater\src\NsisUpdater.ts:93:18
From previous event:
    at NsisUpdater.verifySignature ([REDACTED]\app.asar\node_modules\electron-updater\out\NsisUpdater.js:209:7)
    at Object.<anonymous> ([REDACTED]\app.asar\node_modules\electron-updater\src\NsisUpdater.ts:41:56)
    at Generator.next (<anonymous>)
From previous event:
    at Object.task ([REDACTED]\app.asar\node_modules\electron-updater\out\NsisUpdater.js:177:25)
    at [REDACTED]\app.asar\node_modules\electron-updater\src\BaseUpdater.ts:83:25
    at Generator.throw (<anonymous>)
From previous event:
    at NsisUpdater.executeDownload ([REDACTED]\app.asar\node_modules\electron-updater\out\BaseUpdater.js:164:7)
    at [REDACTED]\app.asar\node_modules\electron-updater\src\NsisUpdater.ts:31:23
From previous event:
    at NsisUpdater.doDownloadUpdate ([REDACTED]\app.asar\node_modules\electron-updater\out\NsisUpdater.js:181:7)
    at [REDACTED]\app.asar\node_modules\electron-updater\src\AppUpdater.ts:361:25
    at Generator.next (<anonymous>)
From previous event:
    at NsisUpdater.downloadUpdate ([REDACTED]\app.asar\node_modules\electron-updater\out\AppUpdater.js:539:7)
    at [REDACTED]\app.asar\node_modules\electron-updater\src\AppUpdater.ts:337:49
From previous event:
    at NsisUpdater.doCheckForUpdates ([REDACTED]\app.asar\node_modules\electron-updater\out\AppUpdater.js:502:7)
    at [REDACTED]\app.asar\node_modules\electron-updater\src\AppUpdater.ts:279:25
    at Generator.next (<anonymous>)
    at runCallback (timers.js:696:18)
    at tryOnImmediate (timers.js:667:5)
    at processImmediate (timers.js:649:5)
From previous event:
    at NsisUpdater._checkForUpdates ([REDACTED]\app.asar\node_modules\electron-updater\out\AppUpdater.js:433:7)
    at NsisUpdater.checkForUpdates ([REDACTED]\app.asar\node_modules\electron-updater\src\AppUpdater.ts:217:35)
    at Timeout.checkForUpdates [as _onTimeout] ([REDACTED]\app.asar\app\auto_update.js:23:23)
    at ontimeout (timers.js:427:11)
    at tryOnTimeout (timers.js:289:5)
    at listOnTimeout (timers.js:252:5)
    at Timer.processTimers (timers.js:212:10)

Second Prompt Error:

Unhandled Promise Rejection

Error: Object has been destroyed
    at WebContents.send ([REDACTED]\electron.asar\browser\api\web-contents.js:100:15)
    at EventEmitter.ipcMain.on ([REDACTED]\app.asar\app\sql_channel.js:39:20)

Platform Info

Signal Version:

1.22.0

Operating System:

Windows 10 Professional 64-bit Build 1809

Linked Device Version:

4.35.3

Link to Debug Log

Desktop Client Debug Log: https://debuglogs.org/4e77068d10bae0c64e0a921226557e35ca91fed44d1d761a0bea2c5a22d3b924

Android Client Debug Log:
https://debuglogs.org/d5fe51486850862681f5bacb350d50ae4e0252963223e22f0f9c217869ee320f

@ghost
Copy link

ghost commented Mar 21, 2019

I have the same error immediately after installing the new update. Was working without issue prior to the update.

@scottnonnenberg-signal
Copy link
Contributor

Duplicate #3059

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants