You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run ./scripts/tools/zap/run_zaptool.sh examples/energy-management-app/energy-management-common/energy-management-app.zap
Goto EP1, and Energy EVSE cluster
Click on Events tab
Turn on an event
Nothing happens but an error message is sent on console:
at Object.insertOrUpdateEventState (/home/jebh/workspace/connectedhomeip/.environment/cipd/packages/zap/resources/app.asar/dist/src-electron/db/query-config.js:384:29)
at /home/jebh/workspace/connectedhomeip/.environment/cipd/packages/zap/resources/app.asar/dist/src-electron/rest/user-data.js:298:9
(Use `zap --trace-warnings ...` to show where the warning was created)
(node:157908) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
I think this is because I was asked to remove side="server" from events in XML.
(ISSUE here: #30665) @bzbarsky-apple
It would be easy for me to revert the side="server" change, but need a decision on direction here.
[I can confirm that reverting the change makes the issue go away].
Reproduction steps
Nothing happens but an error message is sent on console:
I think this is because I was asked to remove side="server" from events in XML.
(ISSUE here: #30665) @bzbarsky-apple
It would be easy for me to revert the side="server" change, but need a decision on direction here.
[I can confirm that reverting the change makes the issue go away].
Bug prevalence
Every time
GitHub hash of the SDK that was being used
N/A see PR #30857
Platform
core
Platform Version(s)
1.3
Type
Spec Compliance Issue
Anything else?
No response
The text was updated successfully, but these errors were encountered: