Open maccinza opened 6 years ago
Are you using multi-threaded or any async logics? itunesiap's context manager implementation is not safe for async jobs.
env
param will help your problem. (You need recent version of itunesiap)
itunesiap.verify(raw_data, env=itunesiap.env.review)
I'm experiencing a similar IndexError in one of my api views when using
itunesiap.env.sandbox
context manager:Sentry actually indicates the error/exception being raised when exiting the contextmanager:
Any clues on what might be happening?