Closed alwarmb-bosch closed 6 years ago
@alwarmb-bosch that's not an error we've been running into.. I wonder if it's an old error in the C SDK that has since then been fixed. would you mind trying with the latest version of the package (1.4.2)?
@alwarmb-bosch without much more feedback I'm going to close this as inactive. please let us know the results of testing with the latest version of the package and we'll reopen the issue. Thanks!
@alwarmb-bosch, thank you for your contribution to our open-sourced project! Please help us improve by filling out this 2-minute customer satisfaction survey
I am deploying a Python module along with a .netcore module on a raspberry pi 3 b+ with Raspbian OS. In this case the raspberry pi acts as an IoT edge device.
The .netcore module starts without any problem. But I get the following error on the Python module. It fails to start.
I also inspected the docker container for the environment variables. As you can see below
IOTEDGE_AUTHSCHEME
variable is present and has a valuesasToken
.Note: My Python module is mostly based on the CameraCapture module of the Custom Vision IoT edge solution. https://azure.microsoft.com/en-gb/resources/samples/custom-vision-service-iot-edge-raspberry-pi/ In this sample solution,
azure-iothub-device-client==1.4.0
is specified as a requirement. So do I.