Skip to content

Failed to verify private key #370

@sunnamed434

Description

@sunnamed434

Device Type

Windows

Dev Manager Version

1.99.13

Model

55NANO863PA

webOS Version

webOS 6.5.1-37 (kisscurl-koli)

Rooted

No (with Dev Mode)

Bug Description

However I tried 1.13.3 version, and there's no such issue.
The passphrase is numeric and exactly 6 digits long.

This is where I stuck

if (BackendError.isCompatible(e) && (e.reason == 'BadPassphrase' || e.reason == 'PassphraseRequired')) {
await MessageDialogComponent.open(this.modalService, {
title: 'Failed to verify private key',
message: 'Please make sure the passphrase is correct, it usually has 6 characters and is case sensitive.',
positive: 'OK',
}).result.catch(noop);
throw e;

Reproduction Steps

  1. Open Dev Manager
  2. Skip
  3. Enter passphrase

Expected Behavior

It shouldn't show the error and let me in

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions