spencercharest / tidal-api

An unofficial API wrapper for Tidal Music.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The webToken is dead

Kacper1263 opened this issue · comments

For few weeks I cant login to Tidal using this API. But I found the problem. The problem is webToken in index.js. I don't know what is wrong but when I fount this token (kgsOOmYk3zShYrNP) on the internet and replace the original token everything starts working again.

I thing we need new token in your GREAT API.

@Kacper1263 thanks for the heads up! I saw that the e2e tests were failing but haven't had any time to look into it. I switched the token and everything seems good. I just published 1.7.1 to NPM with this fix.