-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to run the example code from the connection kit via start.sh does not work #546
Comments
I'm unable to reproduce this on Ubuntu 22.04 when I downloaded the latest install script. Can you try installing the latest version of this sdk with the following steps: git clone https://github.com/aws/aws-iot-device-sdk-python-v2.git
python3 -m pip install ./aws-iot-device-sdk-python-v2
python3 aws-iot-device-sdk-python-v2/samples/pubsub.py --endpoint a3dkrncnrub5qb-ats.iot.us-east-2.amazonaws.com --ca_file root-CA.crt --cert lab_nuc_test.cert.pem --key lab_nuc_test.private.key --client_id basicPubSub --topic sdk/test/python --count 0 |
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one. |
seemed to have solved this by deleting the downloads directory and following the tutorial again in a new one |
I'm glad that you were able to get the sample working. Let me know if you have any other problems questions with this sdk. |
|
Describe the bug
Attempt to run the startup script from the connection kit on a Ubuntu machine
Expected Behavior
Script to run without error and start a continuous publisher
Current Behavior
Reproduction Steps
start.sh is starting the sample script with params:
python3 aws-iot-device-sdk-python-v2/samples/pubsub.py --endpoint a3dkrncnrub5qb-ats.iot.us-east-2.amazonaws.com --ca_file root-CA.crt --cert lab_nuc_test.cert.pem --key lab_nuc_test.private.key --client_id basicPubSub --topic sdk/test/python --count 0
verified that these are all present in the same directory
Possible Solution
No response
Additional Information/Context
Worked fine on Mac following the same steps
SDK version used
awsiotsdk - 1.0.0.dev0 (also tried a regular pip install 1.21.0 - same result), awscrt - 0.20.2
Environment details (OS name and version, etc.)
Ubuntu 22.04.3
The text was updated successfully, but these errors were encountered: