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
Description:
For the commissioner-generated passcode commissioning flow of the Linux TV casting experience, we run demo interactions with Endpoint ID 1. However, when running in an Ubuntu environment, no Clusters are available on Endpoint ID 1. This issue prevents us from subscribing to the Media Playback cluster and sending/receiving the LaunchURL between the tv-app and the tv-casting-app.
Below is a snippet from the Linux tv-casting-app logs where it shows that there are 0 Clusters for Endpoint ID 1:
Note: We do not receive any more messages between the tv-app and the tv-casting-app after this point, likely due to subscribing to an Endpoint with no Clusters.
On the other hand, when running the same Linux commissioning flow on MacOS, we do see 7 Clusters on Endpoint ID 1, which allows us to subscribe to the Media Playback cluster and successfully send and receive the LaunchURL between the tv-app and the tv-casting-app. This is the expected behavior when we run in an Ubuntu environment as well.
Below is a snippet of the expected output in the Linux tv-casting-app logs:
This issue is noticed with changes up to and including this commit: 3d80093
It was not seen in an older version of the repository, with changes up to and including this commit: c98b1f5
TL;DR:
We need to root cause why no Clusters are showing up for Endpoint ID 1 in an Ubuntu environment, while 7 Clusters appear when running the same commissioning flow on MacOS.
The text was updated successfully, but these errors were encountered:
By the description, we had some changes in how data models are accessed to use DataModel::Provider and that may explain some differences between Linux (using check) and Darwin (using ember), however linux generally was expecting check to validate identical output between the provider code and the ember code.
After #36042 linux and mac should behave identically (all using DataModel::Provider) so this may be worth rechecking on ToT on mac as well.
Description:
For the commissioner-generated passcode commissioning flow of the Linux TV casting experience, we run demo interactions with Endpoint ID 1. However, when running in an Ubuntu environment, no Clusters are available on Endpoint ID 1. This issue prevents us from subscribing to the Media Playback cluster and sending/receiving the LaunchURL between the tv-app and the tv-casting-app.
Below is a snippet from the Linux tv-casting-app logs where it shows that there are 0 Clusters for Endpoint ID 1:
Note: We do not receive any more messages between the tv-app and the tv-casting-app after this point, likely due to subscribing to an Endpoint with no Clusters.
On the other hand, when running the same Linux commissioning flow on MacOS, we do see 7 Clusters on Endpoint ID 1, which allows us to subscribe to the Media Playback cluster and successfully send and receive the LaunchURL between the tv-app and the tv-casting-app. This is the expected behavior when we run in an Ubuntu environment as well.
Below is a snippet of the expected output in the Linux tv-casting-app logs:
This issue is noticed with changes up to and including this commit: 3d80093
It was not seen in an older version of the repository, with changes up to and including this commit: c98b1f5
TL;DR:
We need to root cause why no Clusters are showing up for Endpoint ID 1 in an Ubuntu environment, while 7 Clusters appear when running the same commissioning flow on MacOS.
The text was updated successfully, but these errors were encountered: