WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.92k stars 972 forks source link

Paypal Error #2589

Closed jarredmoore closed 4 years ago

jarredmoore commented 4 years ago

I keep getting an "Error" popup when I try to subscribe the Subscriptions I created. I followed all the steps here https://github.com/WWBN/AVideo/wiki/Subscription-Plugin and I don't see anything in avideo.log logs Annotation 2020-01-31 161706 any suggestions?? maybe a differnt log??

jarredmoore commented 4 years ago

I used this link to find errors https://github.com/WWBN/AVideo/wiki/How-to-find-errors-on-AVideo-Platform..

DanielnetoDotCom commented 4 years ago

Hi

Must be something on the log, but you must provide the log right after the PayPal attempt.

But the main error reason is the wrong credentials

jarredmoore commented 4 years ago

Sorry I don't usnderstand.. Nothing shows up after the attempt..

DanielnetoDotCom commented 4 years ago

You provide the log information at the wrong moment . You probably had the PayPal error some time before you get the log file.

In your log have only upload information.

Try this, delete your log file, try to use PayPal, and nothing else. The erro popup Will appear, then share your log here

jarredmoore commented 4 years ago

deleted the log file, hit the subscribe button and got this.. Annotation 2020-01-31 175437

DanielnetoDotCom commented 4 years ago

Ok, then looks like the PayPal request neve reach your server.

Please screenshot or record a video of what are you trying to do.

Also please you need to inspect your XHR request in your browser develop tools-> network

What is your site URL?

jarredmoore commented 4 years ago

I want to offer three paid montly subscriptions to users. I removed two of them earlier when I was troubleshooting. I followed the steps here https://github.com/WWBN/AVideo/wiki/Subscription-Plugin

I took a peek at the XHR requests a little earler as well. It's still showing a 200 status

Annotation 2020-01-31 1754377

My site url is https://www.divinecreative.us/

DanielnetoDotCom commented 4 years ago

Ok, I am checking it directly into your site, I will update you soon

jarredmoore commented 4 years ago

Okay, Thank You

DanielnetoDotCom commented 4 years ago

Ok, I went to check your plan, and I notice you have an empty amount of days

image

you plan has to renew after a certain amount of days, I guess you want it to renew each 30 days

Once I changed the "How many days" to 30 looks like is working

jarredmoore commented 4 years ago

🤦🏽‍♂️😃 Thanks, I missed that!

It worked for me however it took me to a page that only had the option to sign in or create an account with Paypal account. Is there a way to show the "Pay with a Card" option on this page?? I noticed in the url it said express in the url and though maybe that had something to do with it..

Annotation 2020-01-31 1859ff52

Also when I clicked the return to my website link at the bottom of the page I got this error page with a Stripe url??

Annotation 2020-01-31 185952

DanielnetoDotCom commented 4 years ago

The not found is fixed, sorry my bad.

If you want to use just a credit card popup you should try Stripe instead of PayPal

jarredmoore commented 4 years ago

Will do, Thanks Again