> > Here's the traceback ... > > File "/home/davidrip/web2py/gluon/contrib/stripe.py", line 46, in charge > >
According to the simplejson error, the u object pulled from the url is returning mangled json input (or not json at all). Maybe you could examine the u.read() output of line 46 in stripe.py to check if there's any issue related to server-side requests (perhaps some hosting network restriction?). -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

