ramumr06

Results 9 comments of ramumr06

> Any workaround to get rust working on x86_64 Hi SrijanNandi, I am getting llvm-rust/bin/llvm-config" "--bindir" | error: No such file or directory (os error 2). Host System : x86-64...

> Currently (I am on [0621067](https://github.com/meta-rust/meta-rust/commit/0621067c560f6e3e1a4c4c08ac173393bbafad5c) commit), the error message is: > > ``` > Sstate summary: Wanted 5 Found 0 Missed 5 Current 92 (0% match, 94% complete) >...

Thanks you cartertinney. I will try with adding async.sleep(5) and let you know the out come. Mean while here is my code and deployment files and versions. Here are some...

Full Failure Log follows... root@tcs-imx6:~# iotedge logs gwmodule IoT Hub Client for Python Subscribe for input failed. Not enabling feature Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/azure/iot/device/common/mqtt_transport.py", line 396, in...

Hi Cartertinney, I have assigned my device name to hostname:" " in /etc/iotedge/config.yaml file. Then one of my edge module able to connect and send the telemetry data to IoTHub....

Edge Module getting disconnected with " 2023-05-31 10:03:38.355 +00:00 [WRN] - "Closing connection for device: tcsgateway1/gwmodule, Microsoft.Azure.Devices.ProtocolGateway.ProtocolGatewayException: Channel closed., " 2023-05-31 10:03:38.359 +00:00 [INF] - Disposing MessagingServiceClient for device Id...

Thank you.. But still the issue continues. The connection between my Edge Module "gwmodule" and the edgeHub is getting dropped with in 3 to 4 sec. Saying "Protocol Gateway Exception"...

@BertKleewein - I will update the registry password. This is just to secure my registry right? Any Idea / solution about my issue? As i Said earlier Edge Module SimulatedTemperatureSensor...

The "Event Loop" Issue resolved. Even the hostname is defined in the config.toml file. My other Edge Module SimulatedTemperatureSensor from azure market working fine. My module "gwmodule" just displaying print...