-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
403s on any searches (logged in or out) #300
Comments
Ah, I submitted this issue too soon:
So there's something about that API file breaking normal search, independent of the login cycle. Investigating further... |
Steps to reproduce seem straightforward for me:
Running |
Aha, looks like is is strictly an issue on my side -- the API needs to get manually enabled before the new creds will work for you; clicking on "Enable" on this page did the trick for searching for general results only, ie. Fixing anything that was tied to my account required re-logging in, but immediately worked the second time. Will submit a PR to clean up these docs a bit; hopefully no one else gets confused like I did! |
I haven't used this tool since v3.5.6 and it looks like the auth changed a bit, so please let me know if I'm missing something obvious here -- I read the README section and the original issue, made myself an API key and client ID/secret which are living in
~/.config/youtube-viewer/api.json
, then ran into the following 403s both when logged in and out.The error message seems to be pointing to the
>
on this line, ie. its the 403 that really matters here (although it'd be great to get a better error message for that case!)Is there something I'm missing here?
The text was updated successfully, but these errors were encountered: