dotpot/InAppPy

ex.raw_response throws exception when apple server is unavailable

Closed this issue · 1 comments

Happen to me a couple of weeks ago, request returned 503 code.

Exception:

AttributeError: 'InAppPyValidationError' object has no attribute 'raw_response'

I think just fixing docs to do a None type check before accessing should be sufficient here.

I just want to share this info as apple's in-app purchase servers have a tendency to go south from time to time.

fixed with #51