Input is not valid base64-encoded data.
See original GitHub issueEvery time now when I try to Select Postgres Server
I get this error
I installed the extension lately and added 3 connections, and it worked fine for a while
But now when I try to init new query or open the Postgres Explorer
I get this error (the logs form the console):
notificationsAlerts.ts:42 Input is not valid base64-encoded data.
onDidChangeNotification @ notificationsAlerts.ts:42
(anonymous) @ notificationsAlerts.ts:28
invoke @ event.ts:569
fire @ event.ts:736
addNotification @ notifications.ts:206
error @ notificationService.ts:92
executeCommand @ statusbarItem.ts:194
processTicksAndRejections @ node:internal/process/task_queues:96
await in processTicksAndRejections (async)
(anonymous) @ statusbarItem.ts:127
Any Idea Why?
Issue Analytics
- State:
- Created a year ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
The input is not a valid Base-64 string as it contains a non ...
This part works, but when the same stream is received at the application, it gets manipulated and is no longer a valid Base64...
Read more >Extensions SecretStorage issue: Input is not valid base64 ...
The error being received is: "Input is not valid base64-encoded data." I've tracked this down to getting the secret from secret storage (https ......
Read more >The input is not a valid Base-64 string as it contains ... - YouTube
Fix The Exception:The exception received when converting the stream back to Byte /The input is not a valid Base-64 string as it contains...
Read more >The input is not a valid Base64 string, as it contains a ... - MSDN
the error means the length is not a multiple of 3, or a chararcter outside the set is used. you don't specify how...
Read more >Error while decoding. The input is not a valid base-64 string as ...
The message tell you all, you get the error message because your input is not base64 encoded. Just compare encoded data with decoded, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
and… back to not working for me either (1.67.1)
wow - looks like its taken a while, but MS looks like they finally have something for snap users.
looks like after a lot of trial and error with regard to their new secret encryption (which was kinda double-encrypted thanks to the keyrings) - it looks like they are gutting it only for snap users.
hopefully there will be an update soon that makes this work again.