-
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
[pre-sve]TC-CNET-4.4 Bad response #19727
Comments
@chrisbeach59 What server app is running? On what platform? What SHAs are being used? What was the actual payload (logged just above the part you're quoting)? Please attach (not paste) the full log. |
SHA 1e3f120 |
Thanks, that is very helpful. So the TLV dump shows the SSID values as empty byte strings. The chip-tool code for logging a byte string does
which will fail out if We could fix this either in chip-tool (by not calling |
I guess |
Let's handle null + 0-length correctly |
Cert Blocker Review: Assigning to @bzbarsky-apple |
Expected a list of networks got:
[1655486825.864859][41820:41825] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0001
[1655486825.864954][41820:41825] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0031 Command 0x0000_0001
[1655486825.865146][41820:41825] CHIP:TOO: ScanNetworksResponse: {
[1655486825.865242][41820:41825] CHIP:TOO: networkingStatus: 0
[1655486825.865359][41820:41825] CHIP:TOO: wiFiScanResults: 7 entries
[1655486825.865439][41820:41825] CHIP:TOO: [1]: {
[1655486825.865489][41820:41825] CHIP:TOO: Security: 0
[1655486825.866616][41820:41825] CHIP:TOO: Struct truncated due to invalid value for 'Ssid'
[1655486825.866680][41820:41825] CHIP:TOO: }
The text was updated successfully, but these errors were encountered: