• Resolved larsmagne23

    (@larsmagne23)


    When I post a blog article, nothing is posted on my bluesky account. I’ve set things up as described in the manual, but the only thing that’s in the log is:

    [2024-11-12 20:32:21] Plugin initialized
    [2024-11-12 20:32:21] Plugin initialized
    [2024-11-12 20:32:28] Plugin initialized

    Etc. There’s only lines like that in the log. So this doesn’t seem to get triggered:

        add_action('publish_post', [$this, 'handle_post'], 10, 2);

    I usually post via the xmlrpc API, but “manually” posting through the web interface doesn’t seem to trigger the action, either. Any suggestions for debugging this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter larsmagne23

    (@larsmagne23)

    Sorry; I didn’t see that the log had been truncated. The reason the post hadn’t been blueskyed was because the featured image was too big:

    Failed to post to Bluesky. Status code: 400, Body: {“error”:”BlobTooLarge”,”message”:”This file is too large. It is 991.29KB but the maximum size is 976.56KB.”}

    But I can fix that.

    Plugin Author Emma Blackwell

    (@lunaraurora)

    But I can fix that.

    Ok, great.. i’ll try to fix images dimension issue when i have time

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.