Assigned
Status Update
Comments
an...@gmail.com <an...@gmail.com> #2
Hola
ad...@libkakashi.dev <ad...@libkakashi.dev> #3
I tried with API keys from different accounts as well. Still not working, same 500 error code
ad...@libkakashi.dev <ad...@libkakashi.dev> #5
Hey, thanks for the update, the 500 error is gone but now I'm getting quota exceeded for some reason:
{
"error": {
"code": 403,
"message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e.",
"errors": [
{
"message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e.",
"domain": "youtube.quota",
"reason": "quotaExceeded"
}
]
}
}
In the console, the current usage says 0 but still >90%
{
"error": {
"code": 403,
"message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e.",
"errors": [
{
"message": "The request cannot be completed because you have exceeded your \u003ca href=\"/youtube/v3/getting-started#quota\"\u003equota\u003c/a\u003e.",
"domain": "youtube.quota",
"reason": "quotaExceeded"
}
]
}
}
In the console, the current usage says 0 but still >90%
Description
- Description
playlistItems.list API has been returning 500 status code for me for days now, for all playlist IDs.. It was working fine earlier and randomly stopped with code changes in my code or so.
- API request with parameters used (DO NOT include your credential)
const response = await api.playlistItems.list({
part: ['snippet'],
playlistId: playlistId, // PLUl4u3cNGP62UTc77mJoubhDELSC8lfR0 for example
});
- Result (copy and paste a JSON response you received)
error: Internal error encountered.
errors: [
{
"message": "Internal error encountered.",
"domain": "global",
"reason": "backendError"
}
]
code: "500"
- Expected result
List of playlist items
- Is it 100% reproducible?
I'm not sure, I've tried it with multiple API keys form the same google cloud project and multiple playlist IDs and it never worked for me.
I've also tried it in the API explorer, and it works if I check OAuth but returns the same 500 status code when I check the API key.
- Reproducible API explorer link