DJDoubleD / QobuzDownloaderX-MOD

Downloads streams directly from Qobuz. Experimental refactoring of QobuzDownloaderX by AiiR
GNU General Public License v3.0
530 stars 17 forks source link

[Enhancement] Improve error logging on failed login #10

Closed DJDoubleD closed 1 year ago

DJDoubleD commented 1 year ago

🚀 Enhancement Request

Is your enhancement request related to a problem? Please describe.

When a login fails because of a non-success response from the Qobuz API, the API message isn't written to the error log.


Describe the solution you'd like

Write error response from Qobuz API in error log file


Additional context

Related to an issue a user had with a proxy that was enabled and preventer login with following API response: {"status":"error","code":403,"message":"Proxies and VPNs not allowed"} This could have been written to the error log and helped identify the problem.