-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Getting 400 BadRequest "Request contains an invalid argument" from almost every getX method #916
Comments
I'm having the same issue. I tried logging in with a different account and a different device, but it's still the same. Maybe YouTube updated their API |
Same problem here with edit: I am using custom google oAuth |
i have the same probles calling getLibrary |
I'ts happening on almost every BTW I also tried this with the standard Youtube TV client as well. await innertube.getBasicInfo('oAA9nCqNfR4');
await innertube.getChannel('UCUQo7nzH1sXVpzL92VesANw');
await innertube.getGuide();
await innertube.getLibrary();
await innertube.getNotifications();
await innertube.getUnseenNotificationsCount();
await innertube.getTrending(); Logs:
|
I have encountered the same issue. Neither the custom OAuth nor YouTube TV works, but using cookies directly seems to be effective. Does anyone have a better solution? |
I used OAuth and it's still not work too. |
Folks, I'm a bit confused; is this happening only when using OAuth? If so, I'm afraid YouTube might have removed the ability to use OAuth with the For now, use cookies or wait for #872. |
Description:
When executing the
Innertube.getHistory
method the request fails with a 400 status code.It was working without any problems for a number of clients about 8 hours ago.
Update:
Getting the same error almost every
getX
functionSteps to reproduce:
getHistory()
Failure Logs:
Additional Context:
Environment:
Expected behavior:
Current behavior:
Returns error 400 (Bad Request):
Version
13.1.0
Anything else?
No
Checklist:
The text was updated successfully, but these errors were encountered: