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

API Key issues #111

Open
FurblandChannel opened this issue Jul 17, 2024 · 3 comments
Open

API Key issues #111

FurblandChannel opened this issue Jul 17, 2024 · 3 comments

Comments

@FurblandChannel
Copy link

Long story short, I’m trying to patch the Ask.com YouTube toolbar widget to work with YT2009. Only issue is, it tries to fetch data from /api/standardfeeds, which appears to return nothing. I’ve tried swapping that out with a playlist URL, but it always appends ?key=(some api key) to the very end of the URL. For whatever reason, when ?key (or any other random parameter) is appended to the URL it returns 500. This is an issue, because anything that tries to specify an API key (so basically every janky 3rd party app) is completely nonfunctional even if being correctly patched.

@ftde0
Copy link
Owner

ftde0 commented Jul 18, 2024

yt2009's gdata v2 endpoints do not check or use any keys. the issue most likely is within something else within the requests sent (unimplemented params? something overall breaking?).

@FurblandChannel
Copy link
Author

It seems to be the unrecognized parameter that is crashing it (any unrecognized parameter does the same). Perhaps it should ignore these?

@ftde0
Copy link
Owner

ftde0 commented Jul 20, 2024

can you post full example urls that fail? with all the parameters and whatnot

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

2 participants