Tidal-media-downloader: login not work

Created on 14 May 2020  ·  56Comments  ·  Source: yaronzz/Tidal-Media-Downloader

1
login not work after update

bug

Most helpful comment

fixed

All 56 comments

Got the same error, altough the credentials are right. I just logged in with them using Tidal itself.

Same Error, First it said Log in credentials are incorrect, so downloaded the latest version just now, then tried ,this time it says err Login!

Same thing. Login_err issue on dl & gui both, though it worked 5 hours ago

+1

+1

Log in error again

I've been using Tidal with upmpdcli, a UPnP frontend to MPD. Login suddenly stopped working today :-(

login err! 😢😢😢😢

OMG, i hope this can be fixed, or is Tidal to wise now?

readsea rip to((

I also have the same problem, despite having the latest version of Tidal GUI, enter a valid HI account and I find Login Error, Tidal DL I think it does not work either, your solution is created I get a USP VPN and install FFMPEG

I have this issue with both Tidal-GUI and Tidal-DL.

same issue after upgrading to v1.1.0.17
Removing tidal-dl.ini did not solve the problem.

Same LogErr. win10 and 7

I do believe that updated token doesn't work.

Same error. Any updates?

Same here. I guess Tidal changed something. Please fix. Thanks

Same problem with my working account, unfortunately.

HI I have the same issue

A few hours ago it worked, now there is a login error tidal-gui

The same problem. In 1.15 it says Login err. Invalid token.
In 1.17 it just says Login err.

I think is somenthing very bad. Even when login in with functional suscriptions of Tidal, itsn't working either. Hope our developer can fix it!

I don't know if it has any connection, but I can't log in to this app on Android either, there are a lot of reports from today with this problem

This app on andoid is tidal 😒

I have changed in the line 447 from tidal.py "bymobile=False" with: "bymobile=true", and this finally works I can do login

readsea rip to((

Have you tried changing the token in the redsea?

I have changed in the line 447 from tidal.py "bymobile=False" with: "bymobile=true", and this finally works I can do login

Maximal quality - mp4a

I have changed in the line 447 from tidal.py "bymobile=False" with: "bymobile=true", and this finally works I can do login

Maximal quality - mp4a

Same here, resetting the settings did not resolve the mp4a as max quality issue. However @alexandrox fix does allow me to run the tidal-dl application

I have changed in the line 447 from tidal.py "bymobile=False" with: "bymobile=true", and this finally works I can do login

Strange, it doesn't work for me, still got the same error in tidal-dl
It seems that both tokens are invalid

I have changed in the line 447 from tidal.py "bymobile=False" with: "bymobile=true", and this finally works I can do login

Maximal quality - mp4a

I think that token for mobile only allows download in mp4a quality, I have tried with my token but it don't work

that is a bugger, downloading in mp4a quality is not something I'm looking for

bile only allows download in mp4a quality, I have tried with my token but it don't w

How did you find your token?

Anyway, I cannot login with "bymobile:True" nor "bymobile:False". I hope the developer will be able to fix that soon

Anyway, I cannot login with "bymobile:True" nor "bymobile:False". I hope the developer will be able to fix that soon

in class TidalAccount(object): def __init__(self, username, password, bymobile=False):
change:
class TidalAccount(object): def __init__(self, username, password, bymobile=True):
But you'll only download in mp4a quality

bile only allows download in mp4a quality, I have tried with my token but it don't w

How did you find your token?

With Ctrl+U in the Tidal's site, and searching "token" with Ctrl+F (I use FF or Edge, it works in both)

Максимальное качество - mp4a

это баггер, скачивание в mp4a качестве не то, что я ищу

Simple editing of .mp4 - .flac allowed me to see the MQA in my UAPP.
Screenshot_20200514-220832-261
Screenshot_20200514-220753-055
Before that, I checked the token update and downloaded the same track.
Screenshot_20200514-220701-478
Screenshot_20200514-221601-851

in class TidalAccount(object): def __init__(self, username, password, bymobile=False):
change:
class TidalAccount(object): def __init__(self, username, password, bymobile=True):

I'm doing exactly that and still can't log in, I'm getting the same error. What do I do wrong?

Using my personal token I get this error

requests.exceptions.SSLError: HTTPSConnectionPool(host='api.tidalhifi.com',
port=443): Max retries exceeded with url: /v1/login/username (Caused by
SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed: unable to get local issuer certificate
(_ssl.c:1108)')))

On Thu, May 14, 2020 at 2:45 PM Zyrafu notifications@github.com wrote:

in class TidalAccount(object): def init(self, username, password,
bymobile=False):
change:
class TidalAccount(object): def init(self, username, password,
bymobile=True):

I'm doing exactly that and still can't log in, I'm getting the same error.
What do I do wrong?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/yaronzz/Tidal-Media-Downloader/issues/270#issuecomment-628850100,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/APNCLNOJXMGPXXHHNB7TNHTRRRC65ANCNFSM4NAVR23Q
.

in class TidalAccount(object): def init(self, username, password, bymobile=False):
change:
class TidalAccount(object): def init(self, username, password, bymobile=True):

I'm doing exactly that and still can't log in, I'm getting the same error. What do I do wrong?

In addition to making the changes above, I uncommented out the below lines inside that class:

if bymobile == True:
token = 'hZ9wuySZCmpLLiui'

That is, remove the hashes from the start of each.

in class TidalAccount(object): def init(self, username, password, bymobile=False):
change:
class TidalAccount(object): def init(self, username, password, bymobile=True):

I'm doing exactly that and still can't log in, I'm getting the same error. What do I do wrong?

In addition to making the changes above, I uncommented out the below lines inside that class:

if bymobile == True:
token = 'hZ9wuySZCmpLLiui'

That is, remove the hashes from the start of each.

Is it working to you

@Zyrafu: have you installed the latest version? if no, then run: pip install tidal-dl --upgrade and after, you must do the change in:

class TidalAccount(object):
    def __init__(self, username, password, bymobile=True):

Yesterday evening, TIDAL-GUI version 1.1.0.16 worked as it should.
In this afternoon I tried to run TIDAL-GUI and it showed that there is a new version and also my TIDAL account credentials are incorrect.
I downloaded the new version(1.1.0.17) and tried to login without success.
[img]https://i.imgur.com/nS81VuT.png[/img]
My TIDAL credentials are correct, tested with TIDAL for PC.
[img]https://i.imgur.com/4dP6vcO.png[/img]
Also, if I click the red X button from top-right corner, the program wizard will close, but I noticed that TIDAL-GUI (32 bit) process in Task Manager is still running and I must to kill process (end task) manually.
[img]https://i.imgur.com/f2A24ln.png[/img]

@punkgazer you don't need uncomment anything because after this line is the token:

if bymobile == True:
            # token = 'kgsOOmYk3zShYrNP'
            token = 'hZ9wuySZCmpLLiui'

If you delete the line # token = 'kgsOOmYk3zShYrNP' don't have problem, but if no neither have problem.

The Download mp4a is in ALAC Codec, this is the codec Lossless from Apple

@punkgazer you don't need uncomment anything because after this line is the token

Oh, for me those two lines were commented out and uncommenting them fixed it.

@punkgazer you don't need uncomment anything because after this line is the token

Oh, for me those two lines were commented out and uncommenting them fixed it.

@punkgazer Can you dowload in flac? or only ALAC? did you change false by true above?

flac can no longer ???

Can you dowload in flac? or only ALAC? did you change false by true above?

I did change False to True. No, I can't get flac either I'm afraid.

Same experience as others with latest version...only m4a allowed...unfortunately. Bummer!

you can convert ALAC to FLAC losslessly with ffmpeg
ffmpeg -i in.m4a out.flac

But can you automate the conversion from ffmpeg to FLAC in tidal-dl? any command to apply? the command ffmpeg -i in.m4a out.flac where is it used? Thx

Seems to be fixed in tidal-dl-2020.5.15.0. Make sure to upgrade to the latest 'pip install tidal-dl --upgrade'. If you check tidal.py, @yaronzz seems to made changes on the tokens. Now you see token1 and token2.

Fixed! Buying him 5 coffee. Who else supporting him?

fixed

\o/ Three coffees just got delivered to you :)

Three more delivered

Working!! Buying Coffees for Him..Thank you bro. GUYS PLS SUPPORT HIM.

Was this page helpful?
0 / 5 - 0 ratings