bbye98 / minim

A collection of music service (iTunes, Qobuz, Spotify, TIDAL) APIs for media information retrieval and semi-automated music tagging.
https://bbye98.github.io/minim/
GNU General Public License v3.0
41 stars 3 forks source link

Tidal Private API authentication error #13

Closed nihal2001 closed 5 months ago

nihal2001 commented 5 months ago

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)

bbye98 commented 5 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.

nihal2001 commented 5 months ago

Ya I was using the client credentials from the TIDAL API.

nihal2001 commented 5 months ago

Sorry wasn't aware I needed to extract the client credentials myself