willpublicmedia / npr-api-expressionengine

Access the NPR API from within ExpressionEngine.
1 stars 1 forks source link

Pushed 21st Show story missing text field #35

Closed areynold closed 2 years ago

areynold commented 3 years ago

The secretary of agriculture story (ID 988740237) is missing its story body. Instead, textWithHtml shows only the tracking tag from the story's ask the 21st iframe embed.

<textWithHtml>
    <paragraph num="1">
        <![CDATA[<div class="fullattribution"><img src="https://www.google-analytics.com/__utm.gif?utmac=UA-5828686-4&utmdt=Interview%3A+US+Secretary+of+Agriculture+Tom+Vilsack&utme=8(APIKey)9(MDM5MjE5NTg1MDE1Mjk1MTM5NjlkMzI1ZQ000)"/></div>]]>
    </paragraph>
</textWithHtml>

reported by @coleman-alexander

areynold commented 3 years ago

The missing content seems to happen after initial NPRML conversion. The text field conversion contained the full story text, and the resulting array looked to be correct.

areynold commented 3 years ago

I created a new localhost story using all content from the problem entry, and pushed to the API sandbox (api-s1.npr.org). The story was created successfully (ID 988467425), and all fields were present in the pulled entry.

I'm going to try re-pushing the story to npr.

areynold commented 3 years ago

@coleman-alexander, updating the live npr push seems to have worked. Could you try to pull the story and confirm?