Brod8362/d4m

Hard crash when DMA returns a failure code

Opened this issue · 0 comments

Currently, dma.py will raise an Error when a request fails. This is a significant issue, as it also prevents other API(s) from being used.

Instead, APIs should be given an option to simply return nothing if they fail and discretely raise an error to some logging tool for analysis later.

This issue is currently problematic as DMA is failing to respond, returning the Cloudflare 522 response.