Azure iothub Device使用golang抛出InternalServerError

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Azure iothub Device使用golang抛出InternalServerError相关的知识,希望对你有一定的参考价值。

我一直在使用https://github.com/tappoz/azure-golang-iothub/从azure iothub读取双胞胎设备。从昨天开始它停止工作并给我这个错误:{“Message”:“ErrorCode:ServerError; InternalServerError”,“ExceptionMessage”:“Tracking ID:bd8489a3048d4fa3b7c655d2e5ea57a5-G:10-TimeStamp:03/20/2019 18:32:26 “} 500内部服务器错误

知道为什么它从昨天起停止工作和/或我该如何解决它?

答案

Microsoft改变了如何计算共享访问签名的方式。它过去采用“.azure-devices.net / devices /?api-version = 2016-11-14”进行计算,自19/19/19以来,新的计算方式只需“。”.azure-devices .net / devices /“part。我会相应地向https://github.com/tappoz/azure-golang-iothub/提交更改

以上是关于Azure iothub Device使用golang抛出InternalServerError的主要内容,如果未能解决你的问题,请参考以下文章

azure iothub create-device-identity样例报错: unable to find valid certification path

Android 应用未连接 Azure-iot Hub

Azure IoT Hub 十分钟入门系列 - 使用模拟设备发送设备到云(d2c)的消息

如何在 Azure 流分析中通过 IotHub.ConnectionDeviceId 对延迟函数进行分区?

Azure IoTHub:获取连接设备的 IP 地址/位置

远程控制/监控 - Azure IoT中心