stephane-r / HoloPlay

React-Native app using Invidious API for listening Youtube audio source.
https://holoplay.io
MIT License
174 stars 7 forks source link

Can't set token: "Request must be authenticated" #181

Open stux22 opened 2 years ago

stux22 commented 2 years ago

I've created an invidious token with [instance]/authorize_token?scopes=:* as per the readme, but when entering the token, which is in this format:

{"session":"v1:xxxxxxx","scopes":[":*"],"signature":"xxxxxxxxx"}

the app displays the error: "Request must be authenticated", despite the ":*" in the "scopes" field.

I've tested on both puffyan and invidious.osi.kr. Am I doing something wrong?

Also related to #139: the full token should be pasted, not just the "v1:xxxxxxx" session key that is shown in the invidious token manager.

Caliann commented 1 year ago

Hello, I have this issue and I don't understand what I have to do, I copy the token (all the lines from [instance]authorize_token?scopes=:* ) but have this message "Request must be authenticated"