tamland / python-tidal

Python API for TIDAL music streaming service
GNU Lesser General Public License v3.0
406 stars 110 forks source link

Unauthorized for URL - api key update #89

Closed tehkillerbee closed 2 years ago

tehkillerbee commented 2 years ago

Hey guys,

I've been made aware that the tidal oauth2 login fails as per this issue https://github.com/tehkillerbee/mopidy-tidal/issues/43#

tidalapi: Login failed: {"status":401,"error":"invalid_client","error_description":"Client with token *** not found","sub_status":1005} 401 Client Error: Unauthorized for url: https://auth.tidal.com/v1/oauth2/device_authorization

As Glog78 points out, the solution is to update the api key, although I have not confirmed it myself.

tehkillerbee commented 2 years ago

@morguldir Thank you - this has fixed the issue! By the way, let me know if you need assistance maintaining this great project.