-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[1.1] NotifyUpdateApplied not sent due to failed "ConnectToProvider" #29940
Comments
So looking at the failure log, here are the relevant bits, in order:
So we had a link-local IP, we tried to send a message to Then we got out non-link-local IP, but it was too late by then. In the success log, our IP is I wonder whether we can somehow detect the "we are not actually fully on the network" situation somehow. Alternately, in the failing case we resolved these IPs:
I think the logic on tip for prioritizing these has changed, but the SHA linked is from before that change. @eme-bennytang Does applying the change from #27981 to the device in question help? |
Thanks for the quick comment. I will try to patch the change manually and see if that fix the problem. |
Coming back to close this issue, this works brilliantly, thanks. |
Reproduction steps
Bug prevalence
Depend on router
GitHub hash of the SDK that was being used
83f4163
Platform
esp32
Platform Version(s)
1.1
Type
Spec Compliance Issue
Anything else?
This issue seems to be repeatable on certain router, but I have got the success log / fail log anyway in below.
This occurs when I trigger an OTA by chip-tool, and upon finish, the device will apply the OTA and when it reboot it should connect back to network (and provider) then send out the NotifyUpdateApplied.
But for some reason (I guess timing difference due to different router), the device is just reporting failed to connect in the log but have no retry.
I did some digging on the github and I think there are some related issues but no further follow up:
#19192
#25570
My connectedhomeip SDK commit ID:
83f4163
Success and failed logs by different router
HP3 Fail log
ORBI10 success log
The text was updated successfully, but these errors were encountered: