Open ryanbabbly opened 4 years ago
This is still an issue and it has proven difficult to figure out exactly what exception to catch here. Is anyone seeing this and able to advise?
I am having the same issue and still not finding a solution - did anyone solve this?
Same thing, guys. Same questions...
@ryanbabbly did you find any solution for this? i got the same error here.
Hi, we're using onesignal_sdk 2.0.0 with django 3.0 and sending some pushes from celery (v4.4.2) using code that looks something like this:
And in sentry we've been getting this exception:
For now I'm going to try to catch the exception directly from httpx, or putting a retry on all exceptions, but this seems like a bug or something I'm misunderstanding in my setup.
Please advise how to handle this error, thank you.