polishedpayments icon indicating copy to clipboard operation
polishedpayments copied to clipboard

'stripe_user' not found

Open data-scimon opened this issue 2 years ago • 9 comments

I am getting an issue when running your subscription_and_payment example's app:

Warning: Error in is_subscription_valid: object 'stripe_user' not found

I manage to see my user authenticated and subscribing to the product on Stripe, but the app exits with this warning.

data-scimon avatar Feb 11 '23 21:02 data-scimon

I'm facing the same problem, can you solve it? I signed up for Stripe and sent all my company documents, but the Warning persists.

gioneves avatar Mar 25 '23 13:03 gioneves

Similar issue.

The UI states: "Redirecting to payments page"

App exits with the error: "Warning: Error in is_subscription_valid: object 'stripe_user' not found"

Graham-McCracken avatar Apr 13 '23 09:04 Graham-McCracken

I have confirmed this error as well. @data-scimon, any updates from your end?

Warning: Error in is_subscription_valid: object 'stripe_user' not found

danmalter avatar Apr 17 '23 23:04 danmalter

This issue remains. Is there any update on the bug fix? Thanks

Graham-McCracken avatar May 14 '23 14:05 Graham-McCracken

I think the error is related to the subscription ID as I've found it goes away if you take out the subscription ID in the below line or set it to NULL. However, that does you no good as you need to link the subscription ID to the checkout.

subscription_prices = NULL

danmalter avatar May 15 '23 01:05 danmalter

Same issue here..and indeed with subscription_prices = NULL without an error.

So I tried to read the source code of the functions and it seems it got to do with payments_ui.R see: https://rdrr.io/github/Tychobra/polishedpayments/src/R/payments_ui.R ..at the function get_stripe see: https://rdrr.io/github/Tychobra/polishedpayments/man/get_stripe.html ....does that make sense?

HugoGit39 avatar May 18 '23 18:05 HugoGit39

Thanks, @HugoGit39. Were you able to progress with this further?

Graham-McCracken avatar Jun 10 '23 13:06 Graham-McCracken

Was this ever solved? I'm running into the same issue.

ctm82 avatar May 02 '24 04:05 ctm82

Also running into this issue, was this solved?

ethan-project94 avatar Jun 13 '24 16:06 ethan-project94