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
However, many times the actual reason for the error is returned in ``error.response.text`. A log message can be printed in case an exception is thrown. This will help users to easily debug the error and also possibly avoid the need of such checks:
Current if an HTTP error is thrown by an API the log print
error.response.reason
as a result ofgrimoirelab-perceval/perceval/client.py
Line 181 in 7f4cceb
However, many times the actual reason for the error is returned in ``error.response.text`. A log message can be printed in case an exception is thrown. This will help users to easily debug the error and also possibly avoid the need of such checks:
grimoirelab-perceval/perceval/backends/core/groupsio.py
Line 214 in 7f4cceb
grimoirelab-perceval/perceval/backends/core/pagure.py
Line 314 in 7f4cceb
The text was updated successfully, but these errors were encountered: