drogue-device icon indicating copy to clipboard operation
drogue-device copied to clipboard

examples/std/cloud not works.

Open overheat opened this issue 2 years ago • 4 comments

First the IP address look changed to [Ipv4(Address([34, 249, 85, 182])) and Ipv4(Address([34, 247, 113, 130]))]

But it not works if change to right IP address.

...
INFO  cloud] Response status: Forbidden

overheat avatar Jan 05 '23 07:01 overheat

Hmm, I think we need a proper DNS client now that the endpoints moved to AWS load balancers, which may change IPs. I'll see if we can get a fixed IP in front of it that might help.

lulf avatar Jan 05 '23 08:01 lulf

@lulf BTW, do you have time to test this example? It not works on my testing, even change to right IP address.

overheat avatar Jan 05 '23 10:01 overheat

I updated the IP and pushed a change to the main branch, and the GH action that runs this example is passing, so it should work:

https://github.com/drogue-iot/drogue-device/actions/runs/3846267558/jobs/6551369367

lulf avatar Jan 05 '23 12:01 lulf

Hmm, I think we need a proper DNS client now that the endpoints moved to AWS load balancer, which may change IPs. I'll see if we can get a fixed IP in front of it that might help.

Looks IP address changed again. A proper DNS client is needed, I think.

overheat avatar Jan 15 '23 03:01 overheat