advanced-bot-framework-composer-example1 Problem with json
See original GitHub issueDescribe the bug
When I tried the first example of the bot framework composer advanced-bot-framework-composer-example1, I was not able to add the json code without error.
JSON code:
# Chicken() -Chicken
OR JSON code
import](common.lg) # Chicken() -Chicken
Error always on first sign: Expected a JSON object, array or literal. json(0)
Version
v.2.1.1
Browser
- Electron distribution
- Chrome
- Safari
- Firefox
- Edge
OS
- macOS
- Windows
- Ubuntu
To Reproduce
Steps to reproduce the behavior: advanced-bot-framework-composer-example1
Expected behavior
It should work without a problem/error.
Screenshots
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Which settings.json get picked on runtime? #9004 - GitHub
We need to make replicas of same bot(say Bot-A) built on composer. Post successfully creating new services(LUIS, QnA, CosmosDB, Azure webapp ...
Read more >Use Bot Framework Composer with chatbots - Microsoft Learn
Use Bot Framework Composer to add Adaptive Cards, multi-select options, and more to your Power Virtual Agents chatbot.
Read more >Introduction to Bot Framework Composer - YouTube
At Ignite, Microsoft announced a visual tool to build chatbots quickly. With features as language generation, language understanding, QnA, ...
Read more >how can I compose a bot to iterate trough a xml json object?
In my code generated by the composer, the bot does a "set property" step immediately following the successful return of the REST API...
Read more >Bot Framework Composer Series - 1 - Use Adaptive Cards
The Problem. As I was using Microsoft Bot Framework Composer quite heavily in the past, I built a lot of bots and dialogs...
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
When I opened the Bot Framework Composer this time I was asked to install Node.js and .Net Core SDK. This solved the problem.
@stevkan or @dmvtech could you try and repro this using the sample above?