microsoft / vscode-azure-iot-tools

The ultimate collection of extensions for working with Azure IoT in VS Code!
https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-tools
MIT License
21 stars 18 forks source link

Azure IoT Hub Extension 2.16.3 Errors on Start Monitoring Built-in Endpoint #30

Open ckcampbell248 opened 4 years ago

ckcampbell248 commented 4 years ago

I upgraded to the latest version of the the Azure IoT Tools extension including IoT Hub Extension 2.16.3 and when I try to start monitoring the event stream, I get the message:

[IoTHubMonitor] TypeError: Either provide "eventHubName" or the "connectionString": "HostName=.azure-devices.net;SharedAccessKeyName=iothubowner;SharedAccessKey=", must contain "EntityPath=".

I added the EntityPath= to the connection string and then I get:

[IoTHubMonitor] TypeError: Missing Endpoint in Connection String.

Rolling back to 2.16.2 fixes the issue.

This has been reproed on two different machines / iot hubs

3h50 commented 4 years ago

I have this same problem its driving me nuts!!! Works on my desktip but laptop is fubared. so glad someone else is having the problem as I can find no info on it

3h50 commented 4 years ago

https://github.com/microsoft/vscode-azure-iot-tools/issues/31 Followed rollbackmentioned at https://stackoverflow.com/questions/42626065/vs-code-rollback-extension-install-specific-extension-version/53755378 and it fixed it.

3h50 commented 4 years ago

https://github.com/microsoft/vscode-azure-iot-toolkit/issues/491