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 72 forks source link

[BUG] "Error in controller process" message box popup and shows "Unhandled error" while start telemetry monitor #526

Closed wisedgelink closed 2 years ago

wisedgelink commented 2 years ago

Describe the bug

"Error in controller process" message box popup and shows "Unhandled error" while start telemetry monitor

To Reproduce Steps to reproduce the behavior:

  1. Open Azure IoT Explorer (version 0.14.11.0)
  2. Open an iothub instance in the "IoT hubs" tab
  3. Open a device for monitoring
  4. Click on Telemetry in left panel, then click start button in right panel
  5. Wait few seconds, the message box shows.

Expected behavior no error occur and I can see the event message published by device.

Screenshots screenshot

Desktop (please complete the following information):

YingXue commented 2 years ago

Hi, Can you let us know if it is consistent or intermittent?

wisedgelink commented 2 years ago

Hi, Can you let us know if it is consistent or intermittent?

It is consistent.

YingXue commented 2 years ago

Hi @wisedgelink We are able to repro the same issue, but it's under the circumstances that the hub is having intermittent connection issue itself. I am suspecting that the iot hub itself is having trouble connecting to it's underlying event hub as the error is implying. The 'symptoms' of hub having issue includes that this tool intermittent cannot show device list, device identity or other pages correctly. However, as this tool only interact with devices (through hub's connection string login), it is only aware of what is happening on DataPlane but not ControlPlane. We cannot know what is happening with the IoT hub itself, nor to get any meaning error. We would recommend going to azure.portal.com and check if anything seems off. Also if you have another hub you can use, please check if this error is still happening when you don't see any intermittent connection issue on other pages.

YingXue commented 2 years ago

The bug has been closed due to lack of recent actively. Please let us know if this needs to be reopened.