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

Echobot v2 - run locally error #768

Open
jamil-z opened this issue Oct 4, 2024 · 2 comments
Open

Echobot v2 - run locally error #768

jamil-z opened this issue Oct 4, 2024 · 2 comments

Comments

@jamil-z
Copy link

jamil-z commented Oct 4, 2024

Hi, I wanted to know how I can run the echobot v2 locally, as there used to be a local configuration file where I could add keys and test quickly, but that no longer exists.

What I do is clone the project and try to run it in Visual Studio as an administrator.

Note that I have already deployed it using steps 1, 2, and 3 in Azure, but for testing purposes, I want to run it locally.

image
image

@tranguyendinh
Copy link

Hi guy, I am trying to run EchoBot locally also, can i contact with you and discuss about this topic

@InDieTasten
Copy link

When running the sample, you are not providing the necessary configuration to the application. Given you didn't change any code, we are looking at the following line that's failing:

appSettings must the culprit. It's initialized further up the file by loading the AppSettings section from the configuration

var section = builder.Configuration.GetSection("AppSettings");
var appSettings = section.Get<AppSettings>();

Hope this helps.

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

3 participants