Skip to content

Instantly share code, notes, and snippets.

@ericwwsun
Created January 13, 2014 20:48
Show Gist options
  • Save ericwwsun/8407840 to your computer and use it in GitHub Desktop.
Save ericwwsun/8407840 to your computer and use it in GitHub Desktop.
ERROR 2014-01-13 20:47:23,637 base 5337 140188056676096 Internal Server Error: /account/profileCancelPlanRenew/
Traceback (most recent call last):
File "/persistent/dramafever/.virtualenvs/df/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/persistent/dramafever/.virtualenvs/df/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py", line 20, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/persistent/dramafever/trunk/dramafever/main/views.py", line 1101, in plan_cancel_renew_view
next_billing_period_amount, discount_amount = userSubs.get_deter_cancel_discount_info()
File "/persistent/dramafever/trunk/dramafever/premium/models.py", line 1472, in get_deter_cancel_discount_info
sub = braintree.Subscription.find(self.subscription_id)
File "/persistent/dramafever/trunk/braintree/subscription.py", line 113, in find
File "/persistent/dramafever/trunk/braintree/subscription_gateway.py", line 35, in find
File "/persistent/dramafever/trunk/braintree/util/http.py", line 47, in get
File "/persistent/dramafever/trunk/braintree/util/http.py", line 54, in __http_do
File "/persistent/dramafever/trunk/braintree/util/http.py", line 117, in __verify_ssl
error: (77, 'Problem with the SSL CA cert (path? access rights?)')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment