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

Breaks at decrypt - parsing SIWE message #1

Open
aymenx17 opened this issue Dec 30, 2023 · 0 comments
Open

Breaks at decrypt - parsing SIWE message #1

aymenx17 opened this issue Dec 30, 2023 · 0 comments

Comments

@aymenx17
Copy link

It breaks here at decrypt:
try { decryptedString = await LitJsSdk.decryptToString( { authSig, accessControlConditions, ciphertext, dataToEncryptHash, chain: "ethereum", }, litNodeClient, ); } catch (e) { console.log(e); }

With error:

[Lit-JS-SDK v3.0.27] [ERROR] [core] [id: 168cd37033d2a] Something went wrong, internal id for request: lit_168cd37033d2a. Please provide this identifier with any support requests. Error is Error parsing SIWE message - validation error: SIWE validation failed: parser error: Session key expiration time is not set,Session key expiration time is not set

[Lit-JS-SDK v3.0.27] [ERROR] [core] [id: 168cd37033d2a] most common error: {"errorKind":"Parser","errorCode":"NodeSIWEMessageError","status":400,"message":"Error parsing SIWE message","correlationId":"lit_168cd37033d2a","details":["validation error: SIWE validation failed: parser error: Session key expiration time is not set","Session key expiration time is not set"]}

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

1 participant