Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting error "WEB_HOOK channel unavailable" while watching Google calendar push notifications

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?

like image 428
dvelopp Avatar asked Jun 19 '18 13:06

dvelopp


1 Answers

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

like image 99
Shrikrishna Holla Avatar answered Oct 24 '22 06:10

Shrikrishna Holla