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.
🚀 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.