Skip to content
New issue

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

random error happening, can only be fixed by restarting the program #44

Open
cpainchaud opened this issue Feb 10, 2023 · 4 comments
Open

Comments

@cpainchaud
Copy link

cpainchaud commented Feb 10, 2023

The following error happens often and right now everytime I hit the Sync button I am getting this screen
image

along with log:

{
	"A_Error": {
		"Extra": "Unexpected character at position 1: 'V'",
		"File": "bw-at.exe",
		"Line": 832,
		"Message": "Failed to parse JSON (-1,0)",
		"What": "-1"
	},
	"A_Info": {
		"locked": 0,
		"logged": 1,
		"portable": 1,
		"session": 0,
		"status": "locked",
		"sync": "2023-02-10T12:36:54.575Z",
		"version": "1.1.33.10",
		"windows": "10.0.19045"
	},
	"ADVANCED": {
		"field": "auto-type",
		"NODE_EXTRA_CA_CERTS": "Present",
		"pin-length": "6",
		"reprompt-with-pin": "1",
		"server": "Present",
		"tcato-ksps": "10",
		"tcato-wait": "250",
		"update-frequency": "1"
	},
	"CREDENTIALS": {
		"api-key": "0",
		"client-id": "",
		"client-secret": "",
		"tsl": "2",
		"user": "Present"
	},
	"DATA": {
		"pin": "Present",
		"update": "1676019288",
		"version": "1.1"
	},
	"GENERAL": {
		"action": "1",
		"favicons": "0",
		"pin": "2",
		"sync": "10",
		"tcato": 1,
		"timeout": "10",
		"totp": "1",
		"updates": "1"
	},
	"GENERATOR": {
		"digits": "1",
		"exclude": "",
		"length": "39",
		"lower": "1",
		"symbols": "1",
		"upper": "1"
	},
	"HOTKEYS": {
		"default": "#!v",
		"password": "^!p",
		"totp": "^!o",
		"username": "^!u"
	},
	"SEQUENCES": {
		"default": "{ClearField}{Username}{SmartTab}{Password}{Enter}",
		"password": "{ClearField}{Password}{Enter}",
		"totp": "{TOTP}",
		"username": "{ClearField}{Username}"
	}
}
@anonymous1184
Copy link
Owner

anonymous1184 commented Mar 12, 2023

For some reason it reports being locked yet, you are synchronizing.

The issue in itself is that the CLI doesn't receive a JSON string, rather a string starting with the letter V.

Sorry for the late reply but, the issue still persists?

@LoserForever88
Copy link

Can confirm it still persists. The same error occurs once the autotype vault is locked. Unlocking it afterwards doesn't solve the problem and the synchronization just keeps running. The error just keeps popping up if you dismiss it.

@anonymous1184
Copy link
Owner

@LoserForever88 are you using a self-hosted instance too?

The letter V seems to be an indicative of VaultWarden, so the problem would be on the server side of things, given that an official instance for example doesn't preset the issue.

@LoserForever88
Copy link

@LoserForever88 are you using a self-hosted instance too?

The letter V seems to be an indicative of VaultWarden, so the problem would be on the server side of things, given that an official instance for example doesn't preset the issue.

No, I'm using offical installation. I tried it again. Same error and the sync just couldn't pass through once the vault is manually locked.

toamz added a commit to toamz/bitwarden-autotype that referenced this issue Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants