Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.4k stars 1.98k forks source link

[Post by Voice] feature not successfully creating posts or adding media to library #63583

Closed cuemarie closed 1 year ago

cuemarie commented 2 years ago

Quick summary

The "Post By Voice" feature appears to have stopped working entirely. The automated voice system, and phone call generation portion of the feature still works, but nothing happens on the site where a recorded post should land.

Steps to reproduce

  1. Visit your WP Admin Dashboard by adding /wp-admin/ to the end of your site’s url (e.g.: example.wordpress.com/wp-admin)
  2. Click on Dashboard → My Blogs.
  3. Click the Enable button under Post by Voice on the site you want to enable this feature for.
  4. Call the generated phone number and enter your key
  5. leave a message after the beep, and press # or hangup to end the message.

What you expected to happen

According to our Public guide doc: Once you are done, a new post titled “Audio Post” will be published to your site. It will be assigned the default category and tagged with “Post by Voice”. The audio file itself will be stored in your Media Gallery and named audio-post-yyyy-mm-dd-unique-identifier.mp3 where the the italicized part of the file name will be replaced with the date of the post and a unique numeric identifier.

What actually happened

Nothing

Context

Reported in the forums here: https://wordpress.com/forums/topic/post-by-voice-calls-are-not-being-routed-currently/?view=all


I then tested on 4 test sites, and the same error occurred across all of them:

Simple, Atomic or both?

Simple

Theme-specific issue?

No response

Browser, operating system and other notes

No response

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

No

Workaround details

No workarounds for being able to post by voice

cuemarie commented 2 years ago

If you take a look at the link shared here: p1652397588079429/1652394327.067639-slack-C03TY6J1A - it appears that no posts by voice have successfully made it to WPcom since 2022-04-27

jamiepalatnik commented 2 years ago

📌 HOUSEKEEPING

📌 SCRUBBING

📌 FINDINGS/SCREENSHOTS/VIDEO

📌 ACTIONS

dcoleonline commented 2 years ago

Reopening

The last post by voice shows a date of July 13. I tried this today on my test site roughly 20 minutes ago. No post has been created. No audio was uploaded.

The customer who reached out in chat has tried to record posts between July 13 and July 22 with no success. Could someone take a look? We'll need to follow up with the customer once it is working again.

github-actions[bot] commented 2 years ago

Support References

This comment is automatically generated. Please do not edit it.

sophiegyo commented 2 years ago

Another report in 5413039-zen

I tested it on a free site of my own and I also found it did not work.

devNigel commented 2 years ago

Another report: 5423141-zen

happychait commented 2 years ago

Another report in

renata-franco commented 2 years ago

📌 SCRUBBING


📌 FINDINGS/SCREENSHOTS/VIDEO

I tried this on a Simple site only. I was able to replicate using the method explained in the documentation.

I gave the process around 10 minutes to see if the MP3 or the post would be created, but nothing.


📌 ACTIONS

msilbers commented 1 year ago

Adding a +1 because I also can't use this feature right now. It's particularly bad because theres no indication it's not working when recording the post

obenland commented 1 year ago

I spent some time today investigating what might have caused it. Just posted a summary of my findings and suggested next steps, including a road block I encountered here: pMz3w-gce-p2

obenland commented 1 year ago

Looks like Twilio now requires basic auth when requesting the voicemail file.

Fixed in r254647-wpcom.