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

YouTube Play not working #325

Open
diabl0w opened this issue Oct 23, 2020 · 0 comments
Open

YouTube Play not working #325

diabl0w opened this issue Oct 23, 2020 · 0 comments

Comments

@diabl0w
Copy link

diabl0w commented Oct 23, 2020

have the proper API key setup, and things like "show my subscriptions" works fine, so I know the api is working. For "youtube play" I am getting a 403 response error in the log (I just copied a small snippet up to my API key, let me know if you need more):

response: {
status: 403,
statusText: 'Forbidden',
headers: {
'content-type': 'application/json; charset=UTF-8',
vary: 'X-Origin, Referer, Origin,Accept-Encoding',
date: 'Fri, 23 Oct 2020 08:05:51 GMT',
server: 'scaffolding on HTTPServer2',
'cache-control': 'private',
'x-xss-protection': '0',
'x-frame-options': 'SAMEORIGIN',
'x-content-type-options': 'nosniff',
'accept-ranges': 'none',
'transfer-encoding': 'chunked',
'alt-svc': 'h3-Q050=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T051=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"',
connection: 'close'
},
config: {
adapter: [Function: httpAdapter],
transformRequest: [Object],
transformResponse: [Object],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: -1,
validateStatus: [Function: validateStatus],
headers: [Object],
method: 'get',
url: 'https://www.googleapis.com/youtube/v3/search?q=motocheez&part=snippet&maxResults=15&key

EDIT: removed issue about search not working, I havent used this in awhile, and I forgot that I had removed the custom "lang=my_en" in IFTT so it wasnt using my file. Fixed

@diabl0w diabl0w changed the title YouTube Search and Play both not working YouTube Play not working Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant