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
My guess here is that there's an unhandled exception while using a https.request and or https.end. During the 1/2 hour Discord was down today I tried to find and fix (try catch) the ones I saw but wasn't successful. Not sure what is breaking here and may be a big pain to track down - the stack trace on production was unhelpful.
The text was updated successfully, but these errors were encountered:
Feel free to close if this goes nowhere but ugh in my experience this seems like a miss on our part (though I never loved the try catch "solution" to similar problems we've had in the past). A real crashing error based off of a DNS failure in a npm package is a horrible experience. Could be wrong!
😑
My guess here is that there's an unhandled exception while using a
https.request
and orhttps.end
. During the 1/2 hour Discord was down today I tried to find and fix (try catch) the ones I saw but wasn't successful. Not sure what is breaking here and may be a big pain to track down - the stack trace on production was unhelpful.The text was updated successfully, but these errors were encountered: