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
Tracing into the problem with the DMP, it looks like the library never gets past Chromecast->launch(). The LAUNCH message is sent but the response does not include a transportId. This causes the function to wait for another message which never arrives.
Also, the mDNS library does not find any devices (including any Chromecasts on the same subnet).
The text was updated successfully, but these errors were encountered:
Tracing into the problem with the DMP, it looks like the library never gets past
Chromecast->launch()
. TheLAUNCH
message is sent but the response does not include a transportId. This causes the function to wait for another message which never arrives.Also, the mDNS library does not find any devices (including any Chromecasts on the same subnet).
The text was updated successfully, but these errors were encountered: