WAI
Status Update
Comments
ki...@gmail.com <ki...@gmail.com> #2
`Retry` is a signal that you want us to treat the Worker as ENQUEUED and backed off.
This is something you can do from inside a Worker using getRunAttemptCount() or keep track of this on your own.
This is something you can do from inside a Worker using getRunAttemptCount() or keep track of this on your own.
ma...@google.com <ma...@google.com> #3
While we can't expose "RETRY" because it's not a WorkInfo.State, what we can do is expose the runAttemptCount so you can figure out it's being retried.
Description
- Description
Live steaming API requires live streaming enabled on all requests.
- API request with parameters used (DO NOT include your credential)
GET
- Result (copy and paste a JSON response you received)
{
"error": {
"errors": [
{
"domain": "youtube.liveBroadcast",
"reason": "liveStreamingNotEnabled",
"message": "The user is not enabled for live streaming.",
"extendedHelp": "
}
],
"code": 403,
"message": "The user is not enabled for live streaming."
}
}
- Expected result
I would expect to be able to list other peoples live streaming events without the current authenticated user having live steaming enabled.
- Is it 100% reproducible?
Yes
- Reproducible API explorer link
Yes