vscode-postgres icon indicating copy to clipboard operation
vscode-postgres copied to clipboard

Unable to parse decrypted password

Open kevhsiehh opened this issue 1 year ago • 2 comments

Unable to parse decrypted password pops out after entering correct hostname, username, and password trying to connect to postgresql database

kevhsiehh avatar Jun 07 '23 04:06 kevhsiehh

I had a similar problem. If you work on a Mac, you need to go into Keychain access and delete all the files with the name vscodeckolkman.vscode-postgres there. After that try again

Volodimirich avatar Jun 16 '23 12:06 Volodimirich

While not exactly the same, I think this is related to #196 and as a consequence a result to an upgrade with the related issue in vscode (https://github.com/microsoft/vscode/issues/147515)

That error does seem familiar as I dug around trying to find out how the vscode source code worked with the secretstorage api.

Borvik avatar Jun 30 '23 10:06 Borvik