Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
220 stars 70 forks source link

[BUG] Direct Method not working error code 500001 #620

Closed RayC012 closed 1 year ago

RayC012 commented 1 year ago

Azure IoT Explorer Version: 0.15.8

I think it's the same as #605

the bug seemed to be fixed already but I just still couldn't make it work.

it works fine with postman though

{"errorCode":500001,"trackingId":"9bbffca6afdf4a67a016d0cf28e44150-G:0-TimeStamp:03/24/2023 03:34:00","message":"InternalServerError","timestampUtc":"2023-03-24T03:34:00.8240664Z"}

RayC012 commented 1 year ago

it's working right now Nevermind