#avneet-singh_error

1 messages ¡ Page 1 of 1 (latest)

sinful ruinBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1258133328435871775

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

zenith patrol
#

Can you share a request id where this is failing

prisma barn
#

Sharing error snapshot

#

What do you mean by request id?

zenith patrol
#

Stripe request id

#

That error in your screenshot is from your app

#

Doesn't tell me enough

prisma barn
#

Ok let me check

#

Here are the details:
request id: req_Vot47Aosw9V66Z
token id: tok_1PYXw6CCWjEvegAWBzghx5KE
email: evabrookadams@gmail.com

zenith patrol
#

You might want to edit out that email

#

This is a public server

#

Also that request succeeded

#

I need the request that is failing

prisma barn
#

Well the request wasnt failing and even with 200 POST response, payments were not successful

#

NO amount was deducted from the card

zenith patrol
#

That's a token creation request

#

All that does is tokenize card, so makes sense that it was successful

#

Just need the request id for the charge that's failing

#

Or some log I can look at

#

The screenshot above is your error message you're presenting, so it doesn't give me enough info

prisma barn
#

I do not see any failed request in my dashboard

#

For this req id: req_Vot47Aosw9V66Z

zenith patrol
#

It says that token was created via legacy checkout?

prisma barn
#

yes

zenith patrol
#

Can you share your code?

#

And also any logs

prisma barn
#

sure

zenith patrol
#

Right now I don't have enough info to say what's happening

prisma barn
#

Just tried now

zenith patrol
#

Yeah again that's just the token creation request

#

Not the request to charge the card

#

Can you share your code

#

And any server logs

prisma barn
#

So you mean after this there would be another request?

zenith patrol
#

yep

#

all that request does is tokenize card details

#

it's not a payment attempt

prisma barn
#

checking

#

This is the server response:
{
"chargeData": null,
"status": "HRB_ERROR",
"message": "Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to payment-redis-internal-service/<unresolved>:6379"
}

zenith patrol
#

For what request?

#

Seems like an error on your server

prisma barn
zenith patrol
#

I think you're confused

#

The response body to that request is in the image

#

It's the token

#

Where are you seeing that redis error

prisma barn
#

Yeah I know. Surprisingly, there is nothing else. This error is visible in our internal app server.

zenith patrol
#

Do you use Redis? This seems like an issue you'd need to debug on your server

prisma barn
#

yes