Closed DanSnow closed 2 years ago
$ browserpass --version
Fill in password
error
I extracted the message that sent to native host with devtool, it's (has removed some personal data) :
{ "action": "fill", "login": { "index": 18, "store": { "id": "default", "name": "pass", "path": "/path/to/store", "settings": {}, "when": 1651231044739 }, "login": "entry name", "allowFill": true, "host": "example.com", "inCurrentHost": true, "recent": { "when": 1650873370377, "count": 71 }, "path": "example.com/", "display": "display" } }
(pretty-print with jq, it's in one line originally)
jq
And send this to the native host in the terminal and got this message:
ERRO[2022-04-30T10:25:55+08:00] Unable to parse the browser request: invalid character 'i' in literal true (expecting 'r')
My bad. My password file is malformed.
General information
$ browserpass --version
): Browserpass host app version: 3.0.10Exact steps to reproduce the problem
What should happen?
Fill in password
What happened instead?
error
Additional info
I extracted the message that sent to native host with devtool, it's (has removed some personal data) :
(pretty-print with
jq
, it's in one line originally)And send this to the native host in the terminal and got this message: