yaronzz / TidalLib

Unofficial C# API for TIDAL music streaming service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login with username and password

labsin opened this issue · comments

Whenever I try to login with username and password, the request result is as follows:

Success:false
Errmsg:"The remote server returned an error: (403) Forbidden."
Errresponse:"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<HTML><HEAD><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=iso-8859-1\">\n<TITLE>ERROR: The request could not be satisfied</TITLE>\n</HEAD><BODY>\n<H1>403 ERROR</H1>\n<H2>The request could not be satisfied.</H2>\n<HR noshade size=\"1px\">\nRequest blocked.\nWe can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.\n<BR clear=\"all\">\nIf you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.\n<BR clear=\"all\">\n<HR noshade size=\"1px\">\n<PRE>\nGenerated by cloudfront (CloudFront)\nRequest ID: 5MEeTOk-7bRRJ8ckGiYM6BW0aNQFby7iWmoZFzmhE8trAFtQqvlZsA==\n</PRE>\n<ADDRESS>\n</ADDRESS>\n</BODY></HTML>"
oData:null
sData:null

Which also isn't convertible to json, so no error is shown.

Login with access token is working.