Bradford Campeau-Laurion
Forum Replies Created
-
Forum: Plugins
In reply to: [Publish To Apple News] LIST not functioning properlyIs this working for you now?
Forum: Plugins
In reply to: [Publish To Apple News] There has been an error with the API:OK, we are tracking that issue here: https://github.com/alleyinteractive/apple-news/issues/365
Forum: Plugins
In reply to: [Publish To Apple News] There has been an error with the API:@iamkingsleyf do you have HTML Support set to ‘yes’ or ‘no’?
Thanks.
Forum: Plugins
In reply to: [Publish To Apple News] Posts are stuck With Processing Update@jennthepr any feedback on my question? Thanks.
Forum: Plugins
In reply to: [Publish To Apple News] Broken Links After Latest Update@kevin_curry any feedback here on my question?
Forum: Plugins
In reply to: [Publish To Apple News] LIST not functioning properlyIf you set HTML Support to ‘yes’, this should be fixed in version 1.2.7 of the plugin which is being released today.
Thanks.
There is no code in the plugin that changes the URL of images. If it’s happening, it’s something either in your theme or another plugin. We can’t offer any further assistance on this particular issue.
Thanks.
@rgkeith can you have one of your developers export the JSON for this story and paste into a pastebin and provide the link here?
Thanks.
The error message is pretty straightforward. The Apple News API cannot parse the image returned from that URL. This has nothing to do with the plugin. You’ll need to either replace or remove that image. Sorry for the inconvenience.
Forum: Plugins
In reply to: [Publish To Apple News] There has been an error with the API:You can’t change the JSON without writing some custom code. We’re going to resolve this in the plugin as a top priority, though we don’t have an ETA at this time. You can track progress here: https://github.com/alleyinteractive/apple-news/issues/352
Forum: Plugins
In reply to: [Publish To Apple News] There has been an error with the API:The issue is this part of the JSON:
{"role":"body","text":"<p> <\/p>","format":"html","textStyle":"default-body","layout":"body-layout"}That’s an empty paragraph which gets evaluated as an empty string in Apple News and results in an error. It looks like the image that appears above this empty paragraph has three non-breaking spaces after it which is introducing this issue:
. Removing those would fix the error.After you fix that however, this article is still going to generate numerous other errors for small images. Apple News requires that images are 640px wide or greater to ensure that they display nicely on all devices. Many of your images included in this JSON file do not meet that minimum requirement.
@kirknank that error appears to be referencing a bundled asset. Can you link me to that asset on the web?
Thanks.
Closing as this is a duplicate thread. I will follow up in the original: https://ww.wp.xz.cn/support/topic/api-invalid_type-when-attempting-to-publish-video-post-type/#post-9007154
Forum: Plugins
In reply to: [Publish To Apple News] Broken Links After Latest UpdateIs that error occurring within the Apple News app?
Forum: Plugins
In reply to: [Publish To Apple News] Posts are stuck With Processing UpdateCan you please enable debug mode in the plugin settings and see if you get the email with debug information? If so, please provide that to us via a pastebin.com link.
Also please check your PHP error logs for any messages related to Apple News. If you don’t know where to find those, please ask your web host.
Thanks.