I can't connect to the server this morning. It fails with code "error" : "0". It has worked every other day I have tried (53 so far!).
I can't connect to the server this morning. It fails with code "error" : "0". It has worked every other day I have tried (53 so far!).
The problem in my tracing seems to be an NXDOMAIN returned for avnetagent.iotconnect.io
It seems that some servers can still resolve it, whereas others cannot.
Result is:
13.77.82.141
173.201.188.161
Perhaps shoving it into your HOSTS file could temporarily overcome the issue.
EDIT: Confirmed, adding the binding of 13.77.82.141 avnetagent.iotconnect.io into my HOSTS file, flushing DNS resolver cache (ipconfig /flushdns) and restarting the app allowed it to submit correctly.
- Gough
I don't believe that you can ping the address - the server at 13.77.82.141 there doesn't seem to respond to pings, but the one at 173.201.188.161 does.
I suspect perhaps a firewall or un-cooperative ISP/router? Perhaps worth trying a tracert to each server and seeing where the trail ends. For me, it seems that my traffic (from AU) arrives at LAX then gets sent through SN, AT, BN (all MSN) before being "lost" in a sea of non-responding routers for 13.77.82.141. For the other, my traffic arrives at LAX, then goes through ASH, EQIX (GoDaddy) before ending up at one of their shared hosting/VPSes.
Have you also tried restarting your router? Else if you have a VPN, you could try going through that.
- Gough
I don't believe that you can ping the address - the server at 13.77.82.141 there doesn't seem to respond to pings, but the one at 173.201.188.161 does.
I suspect perhaps a firewall or un-cooperative ISP/router? Perhaps worth trying a tracert to each server and seeing where the trail ends. For me, it seems that my traffic (from AU) arrives at LAX then gets sent through SN, AT, BN (all MSN) before being "lost" in a sea of non-responding routers for 13.77.82.141. For the other, my traffic arrives at LAX, then goes through ASH, EQIX (GoDaddy) before ending up at one of their shared hosting/VPSes.
Have you also tried restarting your router? Else if you have a VPN, you could try going through that.
- Gough
With tracert 13.77.82.141 I get as far as:
ae163-0.icr02.bn6.ntwk.msn.net [104.44.20.134]
then it times out.
With tracert 173.201.188.161, I end up at:
ip-173-201-188-161.ip.secureserver.net [173.201.188.161]
but the "sync app" still gives me an error.
I tried using my iPad as a 4G hotspot (bypassing my router) and I have the same problem so I don't think the problem is at my end.
I suspect your connection to the iotconnect.io is actually succeeding but something else has gone wrong on Microsoft's end. I say this because I succeeded post hosts/flushDNS but instead, now the reporting app stalls for a bit before reporting error (rather than reporting error immediately).
- Gough