oralodabas / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

CastReceiverManager.getDeviceCapabilites() returns '{"display_supported": true}' as a key value pair for each character. #563

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch a receiver application.
2. cast.receiver.CastReceiverManager.getInstance().getDeviceCapabilities()

What is the expected output? What do you see instead?

Expected a JSON object with key 'display_supported'. Actual output is  a key 
for each character in the string '{"display_supported": true}'

Console Output:

cast.receiver.CastReceiverManager.getInstance().getDeviceCapabilities()
Object {0: "{", 1: """, 2: "d", 3: "i", 4: "s", 5: "p", 6: "l", 7: "a", 8: "y", 
9: "_", 10: "s", 11: "u", 12: "p", 13: "p", 14: "o", 15: "r", 16: "t", 17: "e", 
18: "d", 19: """, 20: ":", 21: "t", 22: "r", 23: "u", 24: "e", 25: "}"}

What version of the product are you using? On what operating system?

CastReceiverManager Version: 2.0.0.0025
Firmware: 27946

Please provide any additional information below.

Original issue reported on code.google.com by ca...@doubleencore.com on 14 Apr 2015 at 5:15

GoogleCodeExporter commented 9 years ago
My apologies, the expected out come is a JavaScript object with the key 
'display_supported'. Example console output:

Object {display_supported: true}

Original comment by ca...@doubleencore.com on 14 Apr 2015 at 5:31

GoogleCodeExporter commented 9 years ago

Original comment by na...@google.com on 14 Apr 2015 at 10:36