#avneet-singh_error
1 messages ¡ Page 1 of 1 (latest)
đ 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.
Can you share a request id where this is failing
Stripe request id
That error in your screenshot is from your app
Doesn't tell me enough
Ok let me check
Here are the details:
request id: req_Vot47Aosw9V66Z
token id: tok_1PYXw6CCWjEvegAWBzghx5KE
email: evabrookadams@gmail.com
You might want to edit out that email
This is a public server
Also that request succeeded
I need the request that is failing
Well the request wasnt failing and even with 200 POST response, payments were not successful
NO amount was deducted from the card
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
It says that token was created via legacy checkout?
yes
sure
Right now I don't have enough info to say what's happening
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
So you mean after this there would be another request?
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"
}
This one
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
Yeah I know. Surprisingly, there is nothing else. This error is visible in our internal app server.
Do you use Redis? This seems like an issue you'd need to debug on your server
yes