Skip to content
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

Issue with GGC connection following the tutorial #13

Open
gbatailleSDC opened this issue Apr 22, 2021 · 0 comments
Open

Issue with GGC connection following the tutorial #13

gbatailleSDC opened this issue Apr 22, 2021 · 0 comments

Comments

@gbatailleSDC
Copy link

Hi,

While following the tutorial of greengrass https://docs.aws.amazon.com/greengrass/v1/developerguide/module5.html I hit some connection exception.

My setup was:

  • Greengrass core on a raspberry
  • lightController IoT device in a docker container
  • trafficLight IoT device in another docker container

The problem is that with auto detection of the core connection, my core registers

127.0.0.1
Port 8883
192.168.2.2
Port 8883
::1
Port 8883

This means that in the lightController and trafficLight code, they try to connect to the core on 127.0.0.1 which does not work.

All the core addresses should be tried until one works.

gbataille added a commit to gbataille/aws-greengrass-core-sdk-python that referenced this issue Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant