Set some delay in posting in Post to Telegram settings.
Thank you.
I set it to 1 minute. Let’s see what happens…
Nope, doesn’t work. Now it doesn’t send anything at all.
How can I manually send a post that was not sent to my Telegram channel?
Now it doesn’t send anything at all.
Please enable logs in WP Telegram settings and try again. Then send the logs to our support on Telegram (@WPTelegramSupport).
How can I manually send a post that was not sent to my Telegram channel?
You can enable Send to Telegram option on post edit page and hit Update
Where can I find the logs?
You can find them in wp-content directory.
Thanks,
I checked and see this:
“hook”:”image_source”,
“send_image”:”on”,
“has_image”:false,
“send_by_url”:false,
“source”:””
This is incorrect, because the image IS there.
When I re-save the post, it goes well.
But automatic posting misses the image.
When I set a delay, nothing is posted anymore.
Hello,
Please try setting some delay and then enable Plugin generated posts option.
I have set the delay to 1 minute and enabled Plugin generated posts.
At 15:00H a new blog was posted.
This is what I see in the log:
[2020-07-13 15:01:10]
{"174230-publish":[{"hook":"before","trigger":"wp_insert_post"},{"hook":"rules","apply":true},{"hook":"finish","ok":false,"processed":[]},{"hook":"after","result":"delayed 1"}]}
I waited 10 minutes. The cron was triggered at least twice. But the blog is NOT sent to Telegram.
We have a cron that runs every 5 minutes and we disabled the built-in WordPress cron, because that is unreliable. This manual cron works flawlessly. All posts are perfectly scheduled and posted at the right time. But sending to Telegram does not work. It only works when I set no delay. But then it forgets the featured image.
So what’s going on here?
-
This reply was modified 5 years, 11 months ago by
marky554.
Since you have disabled built-in WordPress cron, delay may not work. The only option left for you is to set automatic posting not to publish the posts immediately. You can set them to be draft or pending and then use some plugin like Auto Post Scheduler to publish them.