We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to do
And i get the following error:
The text was updated successfully, but these errors were encountered: