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
When I cast images or videos to fire tv, I get this error
SimplePlayerException(error:com.amazon.whisperlink.service.fling.media.SimplePlayerError@1661027, message:Requires ACCESS_HDMI_SERVICE_ADVANCED permission).
And when I debug deep inside, I get this error
java.util.concurrent.ExecutionException: java.io.IOException: Cannot set Url on media device
It happens on Amazon Fling version 1.6.2
Has anyone fixed it yet?
The text was updated successfully, but these errors were encountered:
Thanks @theduc0x , I'd like to add that this java.io.IOException: Cannot set Url on media device error is also coming for the FlingSample project, the calling Connection.close for device() is still concerning though
When I cast images or videos to fire tv, I get this error
SimplePlayerException(error:com.amazon.whisperlink.service.fling.media.SimplePlayerError@1661027, message:Requires ACCESS_HDMI_SERVICE_ADVANCED permission).
And when I debug deep inside, I get this error
java.util.concurrent.ExecutionException: java.io.IOException: Cannot set Url on media device
It happens on Amazon Fling version 1.6.2
Has anyone fixed it yet?
The text was updated successfully, but these errors were encountered: