• Resolved msdeegan

    (@msdeegan)


    Previous versions of the plugin were publishing fine, after 1.4.3 it has stopped working, generating this error:

    There has been an error with the API: The attachment kisstory-night.jpg could not be included in the request because it was empty.

    This was with using the default of NOT using remote images.

    I flipped it to using remote images – yes.

    Re-publishing now generates the following error

    There has been an error with the API: INVALID_DOCUMENT – Unable to read uri [https://www.xxxxxxxx.com/wp-content/uploads/2018/10/kisstory-night.jpg]

    This may well be because the website publishing is not https enabled, but I can’t see how to reference in the plugin that the site is plain http.

Viewing 1 replies (of 1 total)
  • Plugin Author Kevin Fodness

    (@kevinfodness)

    We recommend using remote images if you can. There is nothing in the plugin that is forcing the scheme to https. If the image source is set to an absolute URL, it uses that; otherwise it builds it using a relative URL and the value returned from site_url in WordPress. So you could check to ensure that the src property isn’t using https and that your site URL is configured to not use https. Also, the image needs to be accessible from Apple’s servers, so proper DNS, no authentication required, etc. Let me know if that helps!

Viewing 1 replies (of 1 total)

The topic ‘Image Problems Inhibiting Publishing’ is closed to new replies.