question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Input is not valid base64-encoded data.

See original GitHub issue

Every 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:open
  • Created a year ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
Borvikcommented, May 11, 2022

and… back to not working for me either (1.67.1)

1reaction
Borvikcommented, Jun 3, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found