gingerbeur / google-cast-sdk

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

Custom receiver: LOAD METADATA ERROR #544

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I setup an Android sender and a custom receiver. Basically, I concatenated 
parameters into the sources field in 'd.json' file. The custom receiver 
retrieves this value and splits this field with the character ';'. 

The source field with value 'false;param1;param2' passes but the source field 
with a longer value like 
"false;param1;param2;param3;veeeeeeeeeeeeeeeeeeeeeeeerylongparam4" does not 
work. I got the LOAD METADATA ERROR message and the loading is interrupted.

I use the following data in d.json file:

{ 
    "subtitle": "custom",
        "sources" : [ "false;param1;param2" ],
        "thumb" : "images/DesigningForGoogleCast-480x270.jpg",
        "image-480x270" : "images_480x270/DesigningForGoogleCast2-480x270.jpg",
        "image-780x1200" : "images_780x1200/DesigningForGoogleCast-887x1200.jpg",
        "title" : "custom",
        "studio" : "custom"       
},
{ 
    "subtitle": "custom prod",
        "sources" : [ "false;param1;param2;param3;veeeeeeeeeeeeeeeeeeeeeeeerylongparam4" ],
              "thumb" : "images/DesigningForGoogleCast-480x270.jpg",
          "image-480x270" : "images_480x270/DesigningForGoogleCast2-480x270.jpg",
              "image-780x1200" : "images_780x1200/DesigningForGoogleCast-887x1200.jpg",
              "title" : "custom prod",
              "studio" : "custom prod"
}

Original issue reported on code.google.com by laurence...@gmail.com on 22 Mar 2015 at 3:39

GoogleCodeExporter commented 9 years ago
Can you post the error logs?

Original comment by jonathan...@google.com on 24 Mar 2015 at 8:41

GoogleCodeExporter commented 9 years ago
In addition, can you go into more detail regarding what it is you're trying to 
do?

Original comment by jonathan...@google.com on 24 Mar 2015 at 10:45

GoogleCodeExporter commented 9 years ago
Please provide the requested information.

Original comment by jonathan...@google.com on 7 Apr 2015 at 8:41

GoogleCodeExporter commented 9 years ago
Closing this ticket due to a lack of response. If you can provide the requested 
information, we can reopen the ticket.

Original comment by jonathan...@google.com on 14 Apr 2015 at 8:37