-
/node_modules/aws-iot-device-sdk/common/lib/tls-reader.js:92
throw new Error(exceptions.INVALID_KEY_PATH_OPTION);
^
Error: Invalid "keyPath" option supplied.
I am having this error…
-
In a python application that uses the aws iot device sdk for python v2 (v1.7.1) I am running into an issue where I cannot update the device shadow.
After starting the program, the `DeviceShadowMana…
-
Let me know if i'm wrong.
I'm trying to connect from my iOS app to the AWS IoT.
I'm getting the above error. I have modified the Info.plist folder as advised.
This is exactly how i'm generating the c…
-
**Describe the bug**
Unable to install latest 2.2.2, using Carthage 0.37.0.
`Invalid archive - Found multiple frameworks with the same unarchiving destination`
While we use Carthage cache to s…
-
I'm attempting to use a custom authorizer for browser clients and haven't had much luck getting it to work. Turns out on further inspection I'm not seeing any of the custom authorization headers gett…
-
**Describe the bug**
With the new UIKit for Mac support in Xcode 11 and macOS Catalina, this library is currently unable to compile the My Mac target. There are unavailable keychain APIs preventing t…
-
In paho sdk, in the below issue, user said client.reconnect() solved his problem when he got client keeps on disconnecting and reconnecting issue.
https://github.com/eclipse/paho.mqtt.java/issues/258…
-
Hi,
When using the AWS IoT Python Device SDK v2, I was testing different failure scenarios.
When passing an invalid private key (one that the corresponding public key was not used to generate the …
-
Confirm by changing [ ] to [x] below:
- [x] I've searched for [previous similar issues](https://github.com/aws/aws-iot-device-sdk-pyhton-v2/issues) and didn't find any solution
**Platform/OS/Devic…
-
Is is possible to use Amplify for authentication via secrets and certificates?
With aws-iot-device-sdk I just set it like:
`awsIot.device({
keyPath: awsConfig.broker.keyPath,
certPath:…