gpt4 book ai didi

c# - Bot Framework - 基本的新 bot 项目抛出 HTTP 错误 403.14 - 在本地调试时禁止?

转载 作者:太空宇宙 更新时间:2023-11-03 14:51:23 24 4
gpt4 key购买 nike

标题说明了一切 - 我有一个全新的 C#/.NET Bot Framework 项目(基 native 器人模板),它是从新的 Azure Web App 机器人的构建面板下载的,当我尝试在我的 Surface Pro 上进行本地调试时4 与 VS 2017,它始终抛出 HTTP 错误 403.14 在 Chrome 或 Edge 中打开 http://localhost:3984/ 时。除此之外,没有其他线索。本地 Bot Framework 模拟器(v3 和 v4 预览版)无法连接 - 只是 404。

enter image description here

典型的一般调试没有帮助 - 例如删除 bin/obj/packages,清除 .vs 文件夹等。

典型的 IIS Express 调试没有帮助 - 例如像这样的事情:

尝试创建一个新的 ASP.NET MVC 项目 - 在 IIS Express 中本地运行它工作正常。没问题。

请注意,对于我的 Bot 解决方案, 配置了一个默认文档(根据下载的 Azure Web App Bot 解决方案):

<system.webServer>
<defaultDocument>
<files>
<clear />
<add value="default.htm" />
</files>
</defaultDocument>

请注意,我什至无法在 WebApiApplication.Application_Start() 中设置断点以触发:

enter image description here

永远不会达到该断点。在这一点上很困惑 - 有什么想法吗?

以防万一这是相关的 - 包版本:

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Autofac" version="3.5.2" targetFramework="net46" />
<package id="Chronic.Signed" version="0.3.2" targetFramework="net46" />
<package id="EntityFramework" version="6.1.3" targetFramework="net46" />
<package id="Microsoft.AspNet.WebApi" version="5.2.3" targetFramework="net46" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net46" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net46" />
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" targetFramework="net46" />
<package id="Microsoft.Azure.DocumentDB" version="1.22.0" targetFramework="net46" />
<package id="Microsoft.Azure.KeyVault.Core" version="1.0.0" targetFramework="net46" />
<package id="Microsoft.Bot.Builder" version="3.15.2.2" targetFramework="net46" />
<package id="Microsoft.Bot.Builder.Azure" version="3.15.2.2" targetFramework="net46" />
<package id="Microsoft.Bot.Builder.History" version="3.15.2.2" targetFramework="net46" />
<package id="Microsoft.Bot.Connector" version="3.15.2.2" targetFramework="net46" />
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.1" targetFramework="net46" />
<package id="Microsoft.Data.Edm" version="5.7.0" targetFramework="net46" />
<package id="Microsoft.Data.OData" version="5.7.0" targetFramework="net46" />
<package id="Microsoft.Data.Services.Client" version="5.7.0" targetFramework="net46" />
<package id="Microsoft.IdentityModel.Logging" version="1.1.4" targetFramework="net46" />
<package id="Microsoft.IdentityModel.Protocol.Extensions" version="1.0.4.403061554" targetFramework="net46" />
<package id="Microsoft.IdentityModel.Protocols" version="2.1.4" targetFramework="net46" />
<package id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="2.1.4" targetFramework="net46" />
<package id="Microsoft.IdentityModel.Tokens" version="5.1.4" targetFramework="net46" />
<package id="Microsoft.Net.Compilers" version="1.2.1" targetFramework="net46" developmentDependency="true" />
<package id="Microsoft.Rest.ClientRuntime" version="2.3.2" targetFramework="net46" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="3.2.1" targetFramework="net46" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net46" />
<package id="System.IdentityModel.Tokens.Jwt" version="5.1.4" targetFramework="net46" />
<package id="System.Spatial" version="5.7.0" targetFramework="net46" />
<package id="WindowsAzure.Storage" version="7.2.1" targetFramework="net46" />
</packages>

我已尝试将这些软件包中的每一个升级到最新版本,但不幸的是导致了可怕的“无法恢复 Microsoft.Net.Compilers 软件包” 错误,所以我推迟了在这条路上走得太远了。

最佳答案

能否请您使用以下代码交叉检查您的 filename.bot 文件。

{
"name": "final",
"description": "",
"secretKey": "",
"services": [
{
"appId": "",
"id": "xxxxx-xx-xx-xxx-xxxxx",
"type": "endpoint",
"appPassword": "",
"endpoint": "http://localhost:3978/api/messages",
"name": "http://localhost:3978/api/messages"
}
]
}

(确保你提及 http 作为端点和名称)

关于c# - Bot Framework - 基本的新 bot 项目抛出 HTTP 错误 403.14 - 在本地调试时禁止?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51582314/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com