Deepomatic / deepomatic-client-python

Python Client
Other
14 stars 0 forks source link

HTTPRetryError should give more information #104

Open maingoh opened 2 years ago

maingoh commented 2 years ago

We currently get something like this HTTPRetryError: HTTPRetryError[<Future at 0x7f5b67366d60 state=finished returned Response>] Instead we should try at the minimum to display the response code (if any) and possibly a truncated content.