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: arm/deploy.UnhandledError #10980

Closed
RishikeshVIncture opened this issue Mar 4, 2024 · 5 comments
Closed

bug report: arm/deploy.UnhandledError #10980

RishikeshVIncture opened this issue Mar 4, 2024 · 5 comments
Assignees
Labels
bug Something isn't working TA:E2E Team Area: E2E

Comments

@RishikeshVIncture
Copy link

Cannot redefine property: stack

stack:
UnhandledError: Cannot redefine property: stack
at getError (<REDACTED: user-file-path>:14:6313245)
at Object.wrapRun (<REDACTED: user-file-path>:14:6313423)
at process.processTicksAndRejections (node:<REDACTED: user-file-path>:95:5)
at async ArmDeployDriver.execute (<REDACTED: user-file-path>:14:6056370)
at async Lifecycle.executeImpl (<REDACTED: user-file-path>:14:5935227)
at async Lifecycle.execute (<REDACTED: user-file-path>:14:5932384)
at async Coordinator.provision (<REDACTED: user-file-path>:14:5976180)
at async Coordinator. (<REDACTED: user-file-path>:14:6600016)
at async FxCore.provisionResources (<REDACTED: user-file-path>:14:6529125)
at async exports.EnvWriterMW (<REDACTED: user-file-path>:14:6441982)
at async exports.ContextInjectorMW (<REDACTED: user-file-path>:14:6603768)
at async exports.ConcurrentLockerMW (<REDACTED: user-file-path>:14:6602719)
at async envLoaderMWImpl (<REDACTED: user-file-path>:14:6441929)
at async FxCore. (<REDACTED: user-file-path>:14:6440843)
at async exports.ProjectMigratorMWV3 (<REDACTED: user-file-path>:14:6634319)
at async exports.ErrorHandlerMW (<REDACTED: user-file-path>:14:6604265)
at async FxCore. (<REDACTED: user-file-path>:14:6600016)

Copy link
Contributor

Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned.

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs attention This issue needs the attention of a contributor. label Mar 4, 2024
@jayzhang
Copy link
Member

jayzhang commented Mar 6, 2024

@RishikeshVIncture Thanks for reporting. The reason why TTK not expose the root error is because there is a bug when the error is being constructed and so the root error is not exposed. This but is will be fixed in the next prerelease version.

@vladicini1990
Copy link

@jayzhang I don't understand, so what should we do about it? how to locate it? we can't stand and wait.... please make concrete suggestions for solutions.

@xzf0587
Copy link
Contributor

xzf0587 commented Mar 7, 2024

@vladicini1990 Sorry for inconvenience.
This error is triggered by that there is an error in arm deploy but there is an inner bug to create the error.
It will be fixed in the next prerelease version.
To solve the problem temporarily, you can go to the azure portal and find the corresponding deployment errors.
Usually, you can find the deployment error in the resource group activity log.
image
If the deployment error is fixed, this error will not show again.

@adashen adashen added bug Something isn't working TA:E2E Team Area: E2E and removed needs attention This issue needs the attention of a contributor. labels Mar 7, 2024
@jayzhang
Copy link
Member

jayzhang commented Mar 14, 2024

@RishikeshVIncture We released a new version of TTK (https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension), please try it and contact us if there is more detailed information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working TA:E2E Team Area: E2E
Projects
None yet
Development

No branches or pull requests

5 participants