Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The requested resource /Services/VAXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/VerificationCheck was not found" #646

Closed
jpmeganathan opened this issue Jan 7, 2021 · 5 comments
Labels
status: waiting for feedback waiting for feedback from the submitter type: question question directed at the library

Comments

@jpmeganathan
Copy link

{
"status": 404,
"message": "The requested resource /Services/VAXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/VerificationCheck was not found",
"code": 20404,
"moreInfo": "https://www.twilio.com/docs/errors/20404"
}

@thinkingserious
Copy link
Contributor

Hello @jpmeganathan,

Could you please provide a bit more information so that I may try to reproduce. First, can we get the source code that produced this error? Thank you!

With best regards,

Elmer

@thinkingserious thinkingserious added status: waiting for feedback waiting for feedback from the submitter type: question question directed at the library labels Jan 8, 2021
@mding5692
Copy link

mding5692 commented Feb 2, 2021

Had a similar issue in the past with some users trying to verify their phone with sms verification codes, would check the console and say its expired so we would use the user's phone number and send it to them and ask in real-time to see if they got it but would get this error message and they would report that they still did not get the verification code.

A sort of desperation workaround I had was to offer voice call phone verification as a secondary option if they were not getting verification codes. We also had a resend sms verification code but if the user had this issue, the sms verification codes would never reach them: #633

@eshanholtz
Copy link
Contributor

Hi @jpmeganathan,

According to a customer experiencing a similar issue discussed in #633, upgrading to version >=3.51.0 solved this problem for them. What version of the twilio-node helper library are you using? I recommend trying to use our debug logging functionality to try and inspect the request that's being sent to Twilio. Please post that debug output here if you're still experiencing these issues after the version upgrade.

@mding5692

Have you tried the debug logging I mentioned above? If nothing looks unusual there, I recommend filing a support ticket.

@LuisSaybe
Copy link

Had to dig into these issues to find out the same still is still happening at my company while using Twilio, I have quite a few users who never receive a code via text or when they redeem the correct code, I get the error referenced in this issue.

Using version "twilio": "^3.66.1"

@shirishsurti
Copy link

shirishsurti commented Dec 29, 2021

This issue is blocking me from trying out Twilio Verify API.

I created a Verify Service and used the Twilio Python package V7.4.0 to generate an OTP request but the API call fails with the below error message,

twilio.base.exceptions.TwilioRestException: HTTP 404 error: Unable to create record: The requested resource /Services/[service SID]/VerificationCheck was not found

I am trying Twilio Verify for the first time. Any pointers will help.

Below is my test code,
account_sid = '[Account SID]'
auth_token = '[Account Auth Token]'
client = Client(account_sid, auth_token)
verification_check = client.verify
.services('[Service SID]')
.verification_checks
.create(to='+91[Phone Number]', code='1234')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for feedback waiting for feedback from the submitter type: question question directed at the library
Projects
None yet
Development

No branches or pull requests

6 participants