Fix Tidal device authorization by updating client credentials#932
Fix Tidal device authorization by updating client credentials#932nathom merged 1 commit intonathom:devfrom
Conversation
|
I have tried this out by checking into the commit and running it. I can confirm this would fix the issue with logging into Tidal. |
|
Confirmed working on mac os. |
|
looks like this device ID does not support 24 bit flac. |
|
can confirm. working on arch... even with 24 bit flac |
For me is working but limmited to 16 bits. (Failed to get manifest for 646651. Retrying with lower quality) Did you do something special for 24 bit? could u share the code? |
|
Any update on merging this into main? |
|
Works perfectly. Made the change directly on the installed files (on macOS Tahoe). |
|
confirmed working on arch |
|
Does anyone have advice on applying this change to your installation via homebrew? I found the tidal.py file and made the change but it didn't work. I have the feeling I have to rebuild the app or something. (@GustavoFRGomes) |
Same here – if you find a solution, I'd love to hear it. |
|
has this been fixed yet? just downloaded streamrip and am having an issue with logging into Tidal |
If you are on macOS it seems you might need to change tidal.py manually. This can be found at: |
Fixes #929
Tidal device authorization was failing with invalid_client errors due to outdated client credentials.
This PR updates the credentials to restore Tidal login and downloading functionality.
Tested on MacOS with the latest release by successfully authenticating with Tidal and downloading albums and playlists.
Related issues: #897, #899, #906, #925