Closed nihal2001 closed 7 months ago
Hi there! I was unable to reproduce the issue, both with or without the Playwright browser.
Are you using client credentials from the new TIDAL API? If so, those are not compatible with the private TIDAL API.
Ya I was using the client credentials from the TIDAL API.
Sorry wasn't aware I needed to extract the client credentials myself
Getting an error on Tidal's web player when trying to authenticate saying "Error Something went wrong. Please try again. If the error persists, contact customer support."
Tried with and without the browser.
client_tidal = tidal.PrivateAPI(client_id=os.getenv('TIDAL_CLIENT_ID'), client_secret=os.getenv('TIDAL_CLIENT_SECRET'), flow="pkce", browser=False)