You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like session for validator creates only on __aenter__
File "inapppy/asyncio/appstore.py", line 47, in validate
api_response = await self.post_json(receipt_json)
File "inapppy/asyncio/appstore.py", line 30, in post_json
async with self._session.post(
AttributeError: 'NoneType' object has no attribute 'post'
Seems like session for validator creates only on
__aenter__
Working example for me
The text was updated successfully, but these errors were encountered: