7

Currently I started getting:

{
  "code" : 400,
  "errors" : [ {
    "domain" : "push",
    "message" : "WEB_HOOK channel unavailable for: {address=https://...}",
    "reason" : "channelUnknown"
  } ],
  "message" : "WEB_HOOK channel unavailable for: {address=https://...}"
}

When I try to start watching Google Push Notifications. I have my domain verified and the url is available for Post Requests in the Internet. Notifications are just not coming to it. What might be wrong here?

dvelopp
  • 4,095
  • 3
  • 31
  • 57
  • There is another example here you may want to follow that incase they get an anwser https://stackoverflow.com/q/50918537/1841839. IMO looks like somethings down on googles side. – Linda Lawton - DaImTo Jun 19 '18 at 14:05
  • Also seeing this exact behavior. Started yesterday roughly 12PM PST. – agranov Jun 19 '18 at 16:37
  • Did you manage to find the reason why or workaround? – dvelopp Jun 19 '18 at 16:49
  • I suspect maybe it's because of port forwarding? – dvelopp Jun 19 '18 at 18:42
  • 2
    Guys, shared a link to this issue: https://issuetracker.google.com/issues/110373170 – dvelopp Jun 19 '18 at 20:02
  • Possible duplicate of [WEB\_HOOK channel unavailable when trying to retrieve Google calendar events](https://stackoverflow.com/questions/50918537/web-hook-channel-unavailable-when-trying-to-retrieve-google-calendar-events) – Chris Kent Jun 21 '18 at 07:25

1 Answers1

1

It's an issue on Google's end. They are working on addressing it

https://issuetracker.google.com/issues/110373170#comment20

Credit: @dvelopp

Update: There was an issue with the Calendar API that was resolved

https://issuetracker.google.com/issues/110373170#comment26

Shrikrishna Holla
  • 256
  • 1
  • 2
  • 11