-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error opening client_secrets.json #7
Comments
OK I got everything figured out and working. But now I get KeyError: 'items'. C:\Users\HP\Documents>channel_to_playlist --noauth_local_webserver --logging_level INFO --secrets client_secrets.json https://www.youtube.com/c/BlessedHopeBaptistChurchSydney https://www.youtube.com/playlist?list=PLaEnjcaR3I7fOtDggi2NiqrgW1S2vT-Ap Any help is greatly appreciated! |
Hi @allthepreaching , when invoking you need to supply the channel id and and playlist id, not the urls:
It would be a nice feature to support the user supplying the channel/playlist urls instead of ids. If I ever get time I might add this. |
Please see example below. Is there a specific location the json file needs to be in? Currently it is in my downloads folder. Please let me know what I can do to get this to work. Thank you so much for creating this!
C:\Users\HP>channel_to_playlist --secrets client_secrets.json https://www.youtube.com/c/BlessedHopeBaptistChurchSydney/videos https://www.youtube.com/playlist?list=PLaEnjcaR3I7fOtDggi2NiqrgW1S2vT-Ap
The client secrets were invalid:
('Error opening file', 'client_secrets.json', 'No such file or directory', 2)
Missing client_secrets.json file.
Download from https://console.developers.google.com/project/YOUR_PROJECT_ID/apiui/credential.
The text was updated successfully, but these errors were encountered: