You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ operator-cli gui login a
/home/node/app/cli/build/src/gui-commands.js:154
if (!(0, crypto_1.timingSafeEqual)(Buffer.from(password), Buffer.from(config.gui.pass))) {
^
RangeError: Input buffers must have the same byte length
at Command.<anonymous> (/home/node/app/cli/build/src/gui-commands.js:154:43)
at Command.listener [as _actionHandler] (/home/node/app/cli/node_modules/commander/lib/command.js:482:17)
at /home/node/app/cli/node_modules/commander/lib/command.js:1283:65
at Command._chainOrCall (/home/node/app/cli/node_modules/commander/lib/command.js:1177:12)
at Command._parseCommand (/home/node/app/cli/node_modules/commander/lib/command.js:1283:27)
at /home/node/app/cli/node_modules/commander/lib/command.js:1081:27
at Command._chainOrCall (/home/node/app/cli/node_modules/commander/lib/command.js:1177:12)
at Command._dispatchSubcommand (/home/node/app/cli/node_modules/commander/lib/command.js:1077:23)
at Command._parseCommand (/home/node/app/cli/node_modules/commander/lib/command.js:1248:19)
at /home/node/app/cli/node_modules/commander/lib/command.js:1081:27 {
code: 'ERR_CRYPTO_TIMING_SAFE_EQUAL_LENGTH'
}
Node.js v18.16.1
The text was updated successfully, but these errors were encountered:
operator-cli gui login
is currently only used by the gui which sends the hashed password.validator-cli/src/gui-commands.ts
Line 150 in 87ca9fa
The text was updated successfully, but these errors were encountered: