webosbrew/dev-manager-desktop

Failed to verify private key

Opened this issue · 3 comments

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

Same issue on Webos 4.4.0 (LG C8) using the appimage on Linux. 1.13.3 also works for me, after connecting I can switch to the latest version.

Same on Android, 1.99.5 worked.

I have LG UA8200 model version 10.2 used v1.99 I added prisoner address and dev mode passphrase but it says failed to fetch private key. IP and dev details are correct, as per app suggestion I revoked the user agreement it restarts the TV and when I open the dev mode app it prompt me to agree to user agreement otherwise the app closes and tried restarting dev mode but still no success not sure what is the problem