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

bug report: Core.DecryptionError #12500

Open
arundhathiMenon opened this issue Oct 9, 2024 · 9 comments
Open

bug report: Core.DecryptionError #12500

arundhathiMenon opened this issue Oct 9, 2024 · 9 comments
Assignees
Labels

Comments

@arundhathiMenon
Copy link

Cipher text is broken

stack:
DecryptionError: Cipher text is broken
at LocalCrypto.decrypt (<REDACTED: user-file-path>/extension.js:2:1036421)
at EnvUtil.readEnv (<REDACTED: user-file-path>/extension.js:2:934640)

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs attention This issue needs the attention of a contributor. label Oct 9, 2024
@adashen adashen added investigating TA:E2E Team Area: E2E labels Oct 10, 2024
@tecton
Copy link
Contributor

tecton commented Oct 10, 2024

Hi @arundhathiMenon, what's the operation when you met this error? We solved a bug when importing an existing outlook add-ins project (json manifest) and it will soon be release.

@arundhathiMenon
Copy link
Author

I am trying to create a teams bot and wanted to run it locally so while running it clicking on debug from chrome option in vscode i am getting this error and and ms teams is not opening.

@tecton
Copy link
Contributor

tecton commented Oct 10, 2024

@arundhathiMenon You could try to remove the file env/.env.local.user and run it again, the password will be regenerated.

@arundhathiMenon
Copy link
Author

Yes, Now ms teams is opening but after authentication its showing - "name.short | String "bot-conversation-quickstartlocal" exceeds maximum length of 30" error
image

@tecton
Copy link
Contributor

tecton commented Oct 10, 2024

The app name has a length limit, please change the "name.short" value in appPackage/manifest.json file. It's probably like "bot-conversation-quickstart${{APP_NAME_SUFFIX}}"

@arundhathiMenon
Copy link
Author

Ok, I have manifest.json file where my bot is deployed on azure. Now i am running it locally.
Facing error: (×) Error: teamsApp/validateAppPackage failed.
(×) Error: Teams Toolkit has completed checking your app package against validation rules. 1 failed, 1 warning, 53 passed.
Error] - Failed to Execute lifecycle provision due to failed action: teamsApp/validateAppPackage. ManifestValidationFailed:Teams Toolkit has completed checking your app package against validation rules. 1 failed, 1 warning, 53 passed..

@tecton
Copy link
Contributor

tecton commented Oct 11, 2024

@arundhathiMenon Do you have the specific failed error message? From the above message there's a schema error in manifest.json file.

@adashen adashen added needs more info Need user to provide more info and removed needs attention This issue needs the attention of a contributor. labels Oct 14, 2024
@arundhathiMenon
Copy link
Author

I am creating an microsoft teams bot where i want to do SSO, I've done all configuration setup as per documentation still i am getting Could not find Connection Setting with name 'BotOauthConnection' when i am testing my bot on teams. I've tried my best. can i get some help from the technical support team to resolve this?

@microsoft-github-policy-service microsoft-github-policy-service bot added needs attention This issue needs the attention of a contributor. and removed needs more info Need user to provide more info labels Oct 16, 2024
@blackchoey
Copy link
Contributor

The latest question about SSO is duplicate with #12530. @arundhathiMenon let's continue the discuss there and please check my suggestions.

@blackchoey blackchoey removed the needs attention This issue needs the attention of a contributor. label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants