• Hello,

    I’m using a branch copy of the automattic syndication v2 plugin and have recently started getting errors in two situations. Both were working previously. Both symptoms are the same.

    We have a centralized multi-site where we author and curate our posts and uses syndication v2 for posting new content out.

    We have a stand alone install that uses JetPack JSON API to receive posts inserts/updates.

    What we are seeing now is that saving a new post as draft does not push through. In looking at the syndication log the message that comes back is “Whoops, the provided date is invalid.”. I can publish a post and then change the status to draft and it will create the post on the remote site and, subsequently, change the status to draft. That’s one of our current work arounds. The other is that it seems that when you do finally publish that this will push through.

    The other issue we have is that if there is an iframe in the post content, it won’t synch out at all. If you previously pushed it and then add the iframe the update will fail. The message back from the post in both instances is as follows: The Jetpack site is inaccessible or returned an error: transport error – HTTP status code was not 200 (403) [-32300]

    I, obviously, would like to remedy these issues.

    One other things, since I’m here, I can send a post to trash on the publishing site and this will push through but a permanent delete will not. We’ve just ignored this and manually cleaned up but this, to me, seems like a defect too.

    https://www.ads-software.com/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer ??

    For the “Whoops” error, that’s straight from WP core
    https://github.com/WordPress/WordPress/blob/ff37a3b7306009e7591a6bedcdfaf376953c239b/wp-includes/post.php#L3179

    Regarding the rest, I asked a colleague of mine and they said:

    I’d guess that something is sending the date wrong. I’m not sure how Jetpack is involved in that piece of his setup though.

    For the iframe error, the error is a 403 from his server so have him go check the error logs; most likely something on his server is blocking the iframe.

    Regarding the last issue, I’d recommend opening up a new issue on the Automattic GitHub repository for the syndication plugin so they can take a closer look.

Viewing 1 replies (of 1 total)
  • The topic ‘JSON API – Issues with iframe and draft content’ is closed to new replies.