cocodelabs / znc-palaver

ZNC module for push notifications
MIT License
112 stars 14 forks source link

Not Receiving Notifications - Push Received HTTP Response code: 500 #45

Closed jhed9 closed 7 years ago

jhed9 commented 7 years ago

I stopped receiving push notifications recently. Running znc in debug mode shows error "Push Received HTTP Response code: 500". Full debug log shown below.

I first noticed the problem last week after installing znc 1.6.5 and recompiling the znc-palaver module. znc 1.6.5 was recently released. So in troubleshooting, I reverted back to znc 1.6.4 and recompiled znc-palaver, but the problem persisted.

The problem may not be with the code in the repo here and instead on the server side. Is there a better place to report this problem?

[2017-03-20 08:38:45.881006] (jhed9/IRC-Serv) CLI -> ZNC [PRIVMSG *palaver :test]
[2017-03-20 08:38:45.881338] Palaver: Connecting to 'api.palaverapp.com' on port 443 with TLS (POST /1/push)
[2017-03-20 08:38:45.881396] TDNS: initiating resolving of [api.palaverapp.com] and bindhost [] for [MOD::C::palaver::jhed9::IRC-Serv]
[2017-03-20 08:38:45.882094] (jhed9/IRC-Serv) ZNC -> CLI [:*palaver!znc@znc.in PRIVMSG jhed9 :Notification sent to 1 clients.]
[2017-03-20 08:38:45.912758] TDNS: MOD::C::palaver::jhed9::IRC-Serv, connecting to [104.28.0.92] using bindhost []
[2017-03-20 08:38:45.922335] SSLVerifyHost: checking api.palaverapp.com
[2017-03-20 08:38:45.922505] SSLVerifyHost: Found SAN sni89015.cloudflaressl.com
[2017-03-20 08:38:45.922599] SSLVerifyHost: Found SAN *.aboutorganics.co.uk
[2017-03-20 08:38:45.922689] SSLVerifyHost: Found SAN *.adityagujaran.com
[2017-03-20 08:38:45.922747] SSLVerifyHost: Found SAN *.alohealth.co.uk
[2017-03-20 08:38:45.922785] SSLVerifyHost: Found SAN *.alphaclient.co.uk
[2017-03-20 08:38:45.922831] SSLVerifyHost: Found SAN *.cpmadang.org
[2017-03-20 08:38:45.922870] SSLVerifyHost: Found SAN *.gaylove.dk
[2017-03-20 08:38:45.922907] SSLVerifyHost: Found SAN *.iroyouso.top
[2017-03-20 08:38:45.922943] SSLVerifyHost: Found SAN *.iteaatry.top
[2017-03-20 08:38:45.922979] SSLVerifyHost: Found SAN *.janniniu.top
[2017-03-20 08:38:45.923015] SSLVerifyHost: Found SAN *.jtsusa.us
[2017-03-20 08:38:45.923050] SSLVerifyHost: Found SAN *.merciadigital.co.uk
[2017-03-20 08:38:45.923096] SSLVerifyHost: Found SAN *.missingsituation.bid
[2017-03-20 08:38:45.923134] SSLVerifyHost: Found SAN *.nursingschoolomg.xyz
[2017-03-20 08:38:45.923171] SSLVerifyHost: Found SAN *.palaverapp.com
[2017-03-20 08:38:45.923220] SSLVerifyHost: verified
[2017-03-20 08:38:45.923263] MOD::C::palaver::jhed9::IRC-Serv: Good cert
[2017-03-20 08:38:46.310268] Palaver: Received HTTP Response code: 500
kylef commented 7 years ago

Hi @jhed9,

This was definitely a problem on our API which should be solved now. Could you please try receiving a push notification again and confirm it is now working for you.

Regards,

Kyle

jhed9 commented 7 years ago

@kylef,

It is indeed working for me again. Thank you for the swift resolution. 😊