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

ERR_UNHANDLED_REJECTION #22

Open
piotryordanov opened this issue Aug 9, 2023 · 0 comments
Open

ERR_UNHANDLED_REJECTION #22

piotryordanov opened this issue Aug 9, 2023 · 0 comments

Comments

@piotryordanov
Copy link

I am trying to do

bcup main.bcup

And i get the following error:

> bcup main.bcup                                                                                                                         17:08:24

    ____        __  __
   / __ )__  __/ /_/ /____  ____________  ______
  / __  / / / / __/ __/ _ \/ ___/ ___/ / / / __ \
 / /_/ / /_/ / /_/ /_/  __/ /  / /__/ /_/ / /_/ /
/_____/\__,_/\__/\__/\___/_/   \___/\__,_/ .___/
                                        /_/ 0.5.0

? Authentication method(s) Password only
Password: ******************
Failed opening archive: No valid signature in archive
node:internal/process/promises:289
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "No valid signature in archive".] {
  code: 'ERR_UNHANDLED_REJECTION'
}

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

No branches or pull requests

1 participant