-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Platform] [tv-app][TC-APBSC-9.1] Tested failed #36141
Comments
the linux tv-casting-app against the linux tv-app had the same issue
|
It looks like something changed in the main SDK code which encodes attributes of type struct, and this broke the reading of the struct attributes in the ApplicationBasic cluster. I suspect that other media clusters with struct attributes would also be impacted. The code which likely needs to be updated to whatever the new convention is can be found here: src/app/clusters/application-basic-server/application-basic-server.cpp:
We should verify that this is getting called, and then double check that the values being assigned to application.catalogVendorID and application.applicationID are valid. |
Reproduction steps
scripts/build/build_examples.py --target android-arm64-tv-server build
$ cd ~/connectedhomeip/examples/tv-casting-app/linux
$ gn gen out/debug
$ ninja -C out/debug
(UNSUPPORTED_ATTRIBUTE)
`
Platform
android
Platform Version(s)
1.3
Type
Manually tested with SDK
(Optional) If manually tested please explain why this is only manually tested
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: