Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Login Err! Invalid Token #263

Closed
MrCMr3 opened this issue May 13, 2020 · 30 comments
Closed

[BUG] Login Err! Invalid Token #263

MrCMr3 opened this issue May 13, 2020 · 30 comments
Labels
bug Something isn't working

Comments

@MrCMr3
Copy link

MrCMr3 commented May 13, 2020

Which tool
tidal-gui

Version

Platform
Windows

Bug description
Unable to login, was previously able to login with no issues.

Screenshot
tidal gui

@MrCMr3 MrCMr3 added the bug Something isn't working label May 13, 2020
@lure0920
Copy link

tidal version 3.24,. same error whatever version of tidal-gui,

@MrCMr3
Copy link
Author

MrCMr3 commented May 13, 2020

__

tidal version 3.24,. same error whatever version of tidal-gui,

Such a shame, hope this isn't the end of the program. I really loved using it!

@MusicloverX
Copy link

I sure hope you guys can fix it, i really want to use it again <3

@Beaker66
Copy link

They fixed it the last time this happened, so the odds are good.

@DareAM84
Copy link

it doesn't work for me either, I'm waiting for a fix.

@joeio
Copy link

joeio commented May 13, 2020

From what I can see, Tidal made significant changes to the use of their (closed) API so the fix might take a little while to figure out.

@ear9mrn
Copy link

ear9mrn commented May 13, 2020

same here.... fingers crossed!

@joeio
Copy link

joeio commented May 13, 2020

Ok, I figured out a quick fix. The issue appear to be with the mobile token used. I don't know why the script uses mobile but it already has "normal" capability and that still appears to be working.

Simply edit tidal.py, search for class TidalAccount(object): and add a # in front of each of those two lines:

  • if bymobile == True:
  • token = 'kgsOOmYk3zShYrNP'

@joeio
Copy link

joeio commented May 13, 2020

Sorry, just realized that this is a bug report for the Windows executable. I'm afraid this won't help much in this case so you can just try the native Python version and apply the fix above.

@ear9mrn
Copy link

ear9mrn commented May 13, 2020

worked for me... Thanks joeio. Make sure you edit the right file. for me it was...

~/.local/lib/python3.5/site-packages/tidal_dl/tidal.py

and ensure it is the right version of python I had 3.7 under lib as well, very confusing!

@Notorious2Beat
Copy link

Same here on the android version!

@DareAM84
Copy link

Hello
Where it is located tidal.py ?

Thanks!

@joeio
Copy link

joeio commented May 13, 2020

@DareAM84 This is only for the Python version of this program, not the Windows binary (Tidal-UI). If you really are running the Python version, a simple filesystem search on your OS should find it for you. I doubt there's more than one file called "tidal.py" on your machine ;)

@MusicloverX
Copy link

I really hope there comes a fix for the windows version

@carloscamilo
Copy link

carloscamilo commented May 13, 2020

worked for me... Thanks joeio. Make sure you edit the right file. for me it was...

~/.local/lib/python3.5/site-packages/tidal_dl/tidal.py

and ensure it is the right version of python I had 3.7 under lib as well, very confusing!

i got 3.8 none of these stuff exist, it should be local/lib/python3.8/site-packages/tidal_dl/tidal.py` there is only Local\Programs\Python\Python38 and there is no tidal.py either in there only in the downloaded package from github but modifying that tidal.py doesnt do anythign still gives error

@loupasmi
Copy link

Doesnt work for me, the same error...

@carloscamilo
Copy link

i got 3.8 none of these stuff exist, it should be local/lib/python3.8/site-packages/tidal_dl/tidal.py` there is only Local\Programs\Python\Python38 and there is no tidal.py either in there only in the downloaded package from github but modifying that tidal.py doesnt do anythign still gives error

Install it with pip as per the instructions in the readme. Then it should be there.

that doesnt do anything, sorry. i know whats in the readme file

Installation

  • Windows: tidal-gui.exe
  • Windows\Linux\MacOs:
    root:~# pip3 install tidal-dl --upgrade
    root:~# tidal-dl 

why would i bother... if the downloaded package works already, well.. it used to work. i'll wait for an update.

@Leyroc
Copy link

Leyroc commented May 13, 2020

How to fix on android... Login error

@carloscamilo
Copy link

i got 3.8 none of these stuff exist, it should be local/lib/python3.8/site-packages/tidal_dl/tidal.py` there is only Local\Programs\Python\Python38 and there is no tidal.py either in there only in the downloaded package from github but modifying that tidal.py doesnt do anythign still gives error

Install it with pip as per the instructions in the readme. Then it should be there.

just to try and waste some time, i did install with pip and even updated the token, still not working. like expected it was a waste of time.

@jioc0
Copy link

jioc0 commented May 13, 2020

worked for me... Thanks joeio. Make sure you edit the right file. for me it was...

~/.local/lib/python3.5/site-packages/tidal_dl/tidal.py

and ensure it is the right version of python I had 3.7 under lib as well, very confusing!

Work!! Thanks

@MrCMr3
Copy link
Author

MrCMr3 commented May 13, 2020

Just made a video on how to fix it using Python. As of now this will be the only available method, I carefully chose chose not to use tidal-dl in it title or tidal may end up blocking this method.

https://youtu.be/8yItNE6U_wg

If anyone needs help please let me know!

Please support the developer.
https://www.buymeacoffee.com/yaronzz

@Notorious2Beat
Copy link

Just made a video on how to fix it using Python. As of now this will be the only available method, I carefully chose chose not to use tidal-dl in it title or tidal may end up blocking this method.

https://youtu.be/8yItNE6U_wg

If anyone needs help please let me know!

Please support the developer.
https://www.buymeacoffee.com/yaronzz

Will this work for Android also

@alexandrox
Copy link

Hello
Where it is located tidal.py ?

Thanks!

If you use windows, in power shell use: pip uninstall tidal-dl and type n, above to see the path of your tidal files.

@alexandrox
Copy link

i got 3.8 none of these stuff exist, it should be local/lib/python3.8/site-packages/tidal_dl/tidal.py` there is only Local\Programs\Python\Python38 and there is no tidal.py either in there only in the downloaded package from github but modifying that tidal.py doesnt do anythign still gives error

Install it with pip as per the instructions in the readme. Then it should be there.

that doesnt do anything, sorry. i know whats in the readme file

Installation

* Windows: [tidal-gui.exe](https://github.com/yaronzz/Tidal-Media-Downloader/releases)

* Windows\Linux\MacOs:
  ```python
  root:~# pip3 install tidal-dl --upgrade
  root:~# tidal-dl 
  ```

why would i bother... if the downloaded package works already, well.. it used to work. i'll wait for an update.

In windows use pip install tidal-dl --upgrade

@edsonsbj
Copy link

I have the same problem here also with the same problem and I would like to inform you that all programs that download music from Tidal have this password error.
I have 3 with this program the other 2 are also showing the same error both Allavsoft and Athame are showing this same password error

@aguileradac
Copy link

Ok, I figured out a quick fix. The issue appear to be with the mobile token used. I don't know why the script uses mobile but it already has "normal" capability and that still appears to be working.

Simply edit tidal.py, search for class TidalAccount(object): and add a # in front of each of those two lines:

* if bymobile == True:

* token = 'kgsOOmYk3zShYrNP'

Worked for me

@KeatonTheBot
Copy link

KeatonTheBot commented May 14, 2020

@joeio This worked for me, too. Using Termux on Android.

Clone the git repository:

git clone https://github.com/yaronzz/Tidal-Media-Downloader

Comment out the two lines

if bymobile == True:
token = 'kgsOOmYk3zShYrNP'

Then run

python setup.py install

after navigating to the Tidal-Media-Downloader/TIDALDL-PY directory.

@bronder
Copy link

bronder commented May 14, 2020

Fix worked just Dandy! Thanks!

@yaronzz
Copy link
Owner

yaronzz commented May 14, 2020

fixed

@yaronzz yaronzz closed this as completed May 14, 2020
@loupasmi
Copy link

continue to have the same error for me, even after download the update, do anyone now why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests