Closed ssuchanowski closed 5 years ago
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.
None
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
Happen to me a couple of weeks ago, request returned 503 code.
Exception:
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.