Bulk update disabled in version 4
-
Same problem all over again. I still cannot force generate audio on a single post and is forced to use the bulk update. This is disabled in version 4. :-/
So, for now, I will need to roll back until you send out a patch for version 4.Again – it would be really nice with a “generate” or “update” button under each post.
I know it should happen automatically, but.. it does not. WP log says everything is dandy and ok. But nothing is generated.The page I need help with: [log in to see the link]
-
Hi @georg666,
Any chance that you can share some logs from your wordpress? So I could see why there is the problem? this would be my priority now – I promise.Cheers,
TomaszI am also dealing with this exact issue. Newly created, single posts do not have any audio. With bulk update disabled there is no way to generate the file. I will post logs as well once I get them from our backend team.
-
This reply was modified 6 years, 7 months ago by
john46.
Sure! Sounds great!This is my log:
[25-Oct-2019 10:40:07 UTC] AmazonAI_PollyService::save_post Saving post ( id=3052 )
[25-Oct-2019 10:40:07 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=3052 )
[25-Oct-2019 10:40:07 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio
[25-Oct-2019 10:40:08 UTC] AmazonAI_PollyService::save_post Saving post ( id=3052 )
[25-Oct-2019 10:40:08 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=3052 )
[25-Oct-2019 10:40:08 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio
[25-Oct-2019 10:40:08 UTC] AmazonAI_PollyService::save_post Saving post ( id=3052 )
[25-Oct-2019 10:40:08 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=3052 )
[25-Oct-2019 10:40:08 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio
[31-Oct-2019 20:09:39 UTC] AmazonAI_PollyService::save_post Saving post ( id=3122 )
[31-Oct-2019 20:09:39 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=3122 )
[31-Oct-2019 20:09:39 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio
[31-Oct-2019 20:09:40 UTC] AmazonAI_PollyService::save_post Saving post ( id=3122 )
[31-Oct-2019 20:09:40 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=3122 )
[31-Oct-2019 20:09:40 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio
[31-Oct-2019 20:09:41 UTC] AmazonAI_PollyService::save_post Saving post ( id=3195 )
[31-Oct-2019 20:09:41 UTC] AmazonAI_PollyService::save_post Saving post ( id=3122 )
[31-Oct-2019 20:09:41 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=3122 )
[31-Oct-2019 20:09:41 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio———————
Seems like it starts, but the is no entry if it ended ok.
Here are my logs as well:
[31-Oct-2019 20:49:36 UTC] AmazonAI_PollyService::save_post Saving post ( id=7767 )
[31-Oct-2019 20:49:36 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=7767 )
[31-Oct-2019 20:49:36 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio
[31-Oct-2019 20:49:46 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/wp-content/plugins/feedwordpress/feedwordpress.php on line 885
[31-Oct-2019 20:49:55 UTC] AmazonAI_PollyService::save_post Saving post ( id=7767 )
[31-Oct-2019 20:49:55 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=7767 )
[31-Oct-2019 20:49:55 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio
[31-Oct-2019 20:50:04 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/wp-content/plugins/feedwordpress/feedwordpress.php on line 885
[31-Oct-2019 20:50:12 UTC] AmazonAI_PollyService::save_post Saving post ( id=7767 )
[31-Oct-2019 20:50:12 UTC] AmazonAI_PollyService::save_post Starting background task process ( id=7767 )
[31-Oct-2019 20:50:12 UTC] AmazonAI_BackgroundTask::trigger Triggering background task generate_post_audio
[31-Oct-2019 20:50:22 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/wp-content/plugins/feedwordpress/feedwordpress.php on line 885Hi,
Thanks guys,
I will deep dive into this next week. I might need to add some more logging places to the plugin – and then I will ask you to update it again. I will let you know if this will be needed.Cheers,
TomaszThanks, Tomasz
Sounds amazing. Let me know whenever you need help debugging the plugin. I will install, test and send you logs. Just let me know and I will help in any way I can.
Cheers,
GeorgHi,
It seems that the problem is with ‘wp_remote_post’ function – I don’t know the reason, but it seems that your wordpress is not calling this method properly. Which WP are you using? Where are you hosting it?Cheers,
Tomasz-
This reply was modified 6 years, 7 months ago by
tstachlewski.
I should be using the newest WP version. It is hosted at one.com
Hi,
Is this some kind of managed WP on one.com (they have installed it etc.) – or did you just take from them the server, and you’ve installed and manage WordPress?Cheers,
Tomasz@tstachlewski I have narrowed my issue down to this as well. Everything works up until wp_remote_post($url, $request_args); in AmazonAI-BackgroundTask.php
We are hosting our site on AWS. Are there any questions I can ask my backend devs that might help you further troubleshoot this issue?
Hi Tomasz,
Sorry, I did not see your response until now.
One.com use managed WP and that is the one I used. I did not upload and install the WP package myself.Any other news on the matter? I see there is a ver. 4.0.1 out. Does it include changes regarding this issue?
Hi there. Just wanted to say that I am facing the same problem. When I save a post directly the audio file gets created but I cannot bulk update which is a problem since I have about 7000 posts.
Hi,
New, updated “Bulk Update” functionality is on my roadmap – but I don’t have any dates. Probably Q1 2020.Cheers,
TomaszAny news regarding the bulk update functionality? Really looking forward offering my users that feature
I do not understand how you have a functionality which is vital to a site with past posts to have it disabled. Then @tstachlewski provides an answer like: Maybe i’ll get to it in Q1 2020. (that was over 2 months ago).
Don’t rush, take your time…
I’ll follow these instructions instead:
To uninstall AWS BS plugin from your WordPress blog, follow these steps:
Click the Installed Plugins link on the Plugins menu. …
Locate the AWS BS plugin you want to uninstall.
Click the Deactivate link below the AWS BS plugin title. …
Click the Delete link that now appears below the AWS BS plugin title. …
Click the Yes, Delete These Files button. -
This reply was modified 6 years, 7 months ago by
The topic ‘Bulk update disabled in version 4’ is closed to new replies.