gpt4 book ai didi

添加 Studio Flow 后,Twilio REST 客户端停止工作?

转载 作者:行者123 更新时间:2023-12-01 11:14:05 26 4
gpt4 key购买 nike

我在 Visual Studio 2017 中使用 Twilio REST 客户端。为 simple SMS autoresponder 添加 Studio Flow 后,我无法再使用 Twilio REST API 从我的 ASP.net 应用程序发送 SMS 消息。

错误消息是“需要升级”

at Twilio.Clients.TwilioRestClient.ProcessReponse(Reponse response)
at Twilio.Rest.Api.V2010.Account.MessageResource.Create(CreateMessageOptions options, ITwilioRestClient client)
at...

我已经尝试将 Twilio REST API 帮助程序库 NuGet 包升级到最新版本 5.28.0。

错误发生在这个曾经可以工作的基本 SMS 发送代码上。
Dim message = MessageResource.Create(body:=strBody, from:=New Twilio.Types.PhoneNumber(Credentials.TwilioFixityNewNumberFormatted), [to]:=New Twilio.Types.PhoneNumber(strFormattedNumber))
Return message.Sid

我的 Twilio 帐户中没有错误消息或通知,说明出现问题或需要。有没有人经历过这样的事情?

最佳答案

似乎修改 Twilio 项目使其成为受 TLS 1.2 要求约束的"new"项目,该要求刚刚于 2019 年 3 月 28 日实现。通过将 Windows 和 .NET 更新到最新更新,并在访问 Twilio REST API 之前显式启用 TLS 1.2 解决了该问题:

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12   'Force TLS 1.2

关于添加 Studio Flow 后,Twilio REST 客户端停止工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55428324/

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