Bot Composer won't start
See original GitHub issueDescribe the bug
I’ve been using v2.1 with no issue, until my computer crashed with a blue screen yesterday. Now, the application won’t start. I tried uninstalling and reinstalling. I tried installing vcredist and rebooting as mentioned in https://github.com/microsoft/BotFramework-Composer/issues/7964
Version
2.1
Browser
- Electron distribution
- Chrome
- Safari
- Firefox
- Edge
OS
- macOS
- Windows
- Ubuntu
To Reproduce
Steps to reproduce the behavior:
- Run v2.1 Bot Composer application
Expected behavior
Composer should start
Screenshots
Additional context
The error in the logs I got after running start set DEBUG=composer*
:
(node:536) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token (node:536) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token (node:536) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:536) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:536) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:536) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Bot Framework Composer Stuck on Starting Server
I've just install Bot Framework Composer and when I try to start it up it just gets stuck on starting server and it...
Read more >Bot Framework Composer "Failed Error in Start bot"
Hi, I am new to Composer. I am following this tutorial: "https://docs.microsoft.com/en-us/composer/quickstart-create-bot?tabs=v2x".
Read more >21 - Expire a conversation in Bot Composer - YouTube
Expire a conversation: A bot sometimes needs to restart a conversation from the beginning. For instance, if a user does not respond after...
Read more >Known issues - Microsoft Open Source
There is a known issue in the Virtual Assistant when the bot doesn't pass a Locale setting at the beginning of the conversation,...
Read more >A sudden leap into Microsoft Bot Framework Composer v2
I guess that means I won't have to learn the Bot Framework SDK just ... And once I did that, I was finally...
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
Awesome! Glad to hear it. Going to close this issue now.
Also you can now delete those backups if you want.
That fixed it! Just renamed
extensions.json
toextensions_backup.json
and started Composer. Thank you!