-
Hi, I am trying to connect 2 laptops on my personal wifi with one laptop serving as AWS greengrass core while another acting as client device. While trying the basic_discovery.py getting socket error as shown below. Kindly help me to identify the cause. Debug log is also attached
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you try testing with a fully permissive policy to rule out that the error might be caused because of that: {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"*"
],
"Resource": [
"*"
]
}
]
} Also can you link which tutorial you are following? (I would like to make sure that you're not trying to follow an out of date tutorial) |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Can you try testing with a fully permissive policy to rule out that the error might be caused because of that:
Also can you link which tutorial you are following? (I would like to make sure that you're not trying to follow an out of date tutorial)