• No publishing on Twitter – and I get this error in “Logs”:
    statuses/update_with_media : {“errors”:[{“code”:186,”message”:”Status is over 140 characters.”}]}

    First couple of weeks it was working – then this error showed up and the plugin did not publish on Twitter (Facebook works fine, we do not use LinkedIn)

    Can anyone help me with this?

    https://wordpress.org/plugins/social-media-auto-publish/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same issue. This started on October 26th. I figured that it had to do with character length so I have shortened them as low as 60 character titles and I still get the following message.

    statuses/update_with_media : {“errors”:[{“code”:186,”message”:”Status is over 140 characters.”}]}

    Problem only happens with Twitter.

    Is there a fix or suggestion on what to try?

    Same issue, fixed by altering line 429 of social-media-auto-publish/admin/publish.php from…

    $len=118;

    to…

    $len=110;

    It seems that the truncating of {POST_TITLE} is insufficient, exacerbated when posting an image as well.

    same problem here! It doesn’t fix the issue in my case.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No publish on Twitter – errors code:186 in log’ is closed to new replies.