Fire app builder query doesnt work nor does support ever answer so I am asking again
TFC Support asked • 5 days ago
Fire app builder query doesnt work
I have literally been trying to debug this thing since 2018 and cannot get any help. I am trying to make a query in the fireapp builder work but it just wont. JSON is: https://thefloridachannel.org/api/tfc/v1/events?output=json
{
"status": "ok",
"count": 25,
"count_total": 26028,
"page": 1,
"pages": 40,
"query": "",
"posts": {
"post": [
{
"id": 65181,
"title": "3/30/22 Women’s History Month Celebration",
"link": "https://thefloridachannel.org/videos/3-30-22-womens-history-month-celebration/",
"categories": [],
"keywords": [
"Cherry Alexander",
"Florida history",
"Madeline Pumariega",
"Nikki Fried",
"Regina Livingston",
"Roz McCarthy",
"Shannon O'MLLWY",
"Sharon Austin",
"Stephaine Piñeiro",
"Women's History Month"
],
"pubDate": "Wed, 30 Mar 2022 12:15:00 +0000",
"content": "",
"enclosure": {
"length": "1234",
"type": "video/mp4"
}
},
recipe is:
- {
- "cooker": "DynamicParser",
- "format": "json",
- "model": "com.amazon.android.model.content.Content",
- "modelType": "array",
- "translator": "ContentTranslator",
- "query": "$.posts.post[*]",
- "matchList": [
- "title@mTitle",
- "id@mId",
- "keywords@mDescription",
- "??????@mUrl",
- "image@mCardImageUrl",
- "image@mBackgroundImageUrl",
- "id@mChannelId"
- ]
- }
but with the following JSON query path that works here: $.posts.post[*].enclosure[*]
0 millis
- [
- "https://cdnapisec.kaltura.com/p/2593311/sp/0/playManifest/entryId/1_7ljh36y9/format/applehttp/protocol/https/a.m3u8",
- "1234",
- "video/mp4",
- "https://cdnapisec.kaltura.com/p/2593311/sp/0/playManifest/entryId/1_cbagui1h/format/applehttp/protocol/https/a.m3u8",
- "8667",
- "video/mp4",
- but the fire app builder NEVER populates the mURl even though the path is correct. Can someone please help?