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
223 stars 73 forks source link

Invalid workspace error #649

Closed jortorri closed 7 months ago

jortorri commented 7 months ago

Hello. I've one Azure IoT Hub receiving messages and a CosmoDB where the messages are stored. I'm using Azure Iot Explorer version 0.15.8.0. in windows It connects with my IoT Hub and find devices. But when I click Telemetry option to start receiving messages the application gets stuck on "Receiving events". Checking with DevTools, there is an error in the "track" call: "Invalid workspace"

IoTExplorerIssue

Any idea?

Thanks in advance.

YingXue commented 7 months ago

Hi there, This track error has nothing to do with real functionalities of the app. It is our internal telemetry system where we use to log user actions, and it's currently broken. Please kindly ignore this error.