我有一个Microsoft Bot Framework项目,该项目连接到Web API(未托管在Azure中)。 在本地主机上,一切正常。但是当我将Bot部署到Azure应用服务时。通话似乎失败了(机器人未返回任何响应)。
这是我的发帖请求
def get_applications(self, obj):
return ', '.join([app.name for app in obj.applications])
# set the short_description to how you want that field displayed in admin
get_applications.short_description = 'Applications'
我的问题:从Azure应用服务调用外部Web API是否存在问题?还是我只是想念什么?
在“日志流”中出现500错误:
HTTP错误500.0-内部服务器错误 由于发生内部服务器错误,因此无法显示该页面。