XF 2.2 ErrorException: Push notification failure: cURL error 7: Failed to connect to fcm.googleapis.com port 443 after 1011

CtrlV

Active member
I cannot find same error here so I would like to ask whats the problem here

Server error log
  • ErrorException: Push notification failure: cURL error 7: Failed to connect to fcm.googleapis.com port 443 after 1011 ms: Connection refused (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
  • src/XF/Error.php:75
  • Generated by: Clickjum
  • Sep 13, 2021 at 6:00 PM

Stack trace​

#0 src/XF.php(213): XF\Error->logError('Push notificati...', false)
#1 src/XF/Service/PushNotification.php(241): XF::logError('Push notificati...')
#2 src/XF/Service/PushNotification.php(174): XF\Service\PushNotification->handleResults(Object(Generator))
#3 src/XF/Service/PusherTrait.php(194): XF\Service\PushNotification->sendNotifications()
#4 src/XF/Repository/UserAlert.php(163): XF\Service\Alert\Pusher->push()
#5 src/XF/Repository/UserAlert.php(114): XF\Repository\UserAlert->insertAlert(25752, 15335, 'Clickjum', 'post', 687945, 'insert', Array, Array)
#6 src/XF/Notifier/AbstractNotifier.php(63): XF\Repository\UserAlert->alert(Object(XP\VB\XF\Entity\User), 15335, 'Clickjum', 'post', 687945, 'insert', Array, Array)
#7 src/XF/Notifier/Post/AbstractWatch.php(110): XF\Notifier\AbstractNotifier->basicAlert(Object(XP\VB\XF\Entity\User), 15335, 'Clickjum', 'post', 687945, 'insert')
#8 src/XF/Service/AbstractNotifier.php(86): XF\Notifier\Post\AbstractWatch->sendAlert(Object(XP\VB\XF\Entity\User))
#9 src/XF/Service/AbstractNotifier.php(44): XF\Service\AbstractNotifier->notifyType(Object(XF\Notifier\Post\ThreadWatch), Array, 1.63153E+9)
#10 src/XF/Service/AbstractNotifier.php(56): XF\Service\AbstractNotifier->notify(3)
#11 src/XF/Service/Thread/Replier.php(247): XF\Service\AbstractNotifier->notifyAndEnqueue(3)
#12 src/XF/Pub/Controller/Thread.php(445): XF\Service\Thread\Replier->sendNotifications()
#13 src/XF/Pub/Controller/Thread.php(602): XF\Pub\Controller\Thread->finalizeThreadReply(Object(XenConcept\MinPostLength\XF\Service\Thread\Replier))
#14 src/XF/Mvc/Dispatcher.php(350): XF\Pub\Controller\Thread->actionAddReply(Object(XF\Mvc\ParameterBag))
#15 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF:Thread', 'AddReply', Object(XF\Mvc\RouteMatch), Object(SV\MultiPrefix\XF\Pub\Controller\Thread), NULL)
#16 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\MultiPrefix\XF\Pub\Controller\Thread), NULL)
#17 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#18 src/XF/App.php(2344): XF\Mvc\Dispatcher->run()
#19 src/XF.php(512): XF\App->run()
#20 index.php(20): XF::runApp('XF\\Pub\\App')
#21 {main}

Request state​

array(4) {
["url"] => string(76) "/threads/************/add-reply"
["referrer"] => string(87) "https://********.com/threads/**********/"
["_GET"] => array(0) {
}
["_POST"] => array(10) {
["message_html"] => string(32) "<p>*****</p><p><br></p>"
["attachment_hash"] => string(32) "ecb488447f558526e56c12d7bae2b06e"
["attachment_hash_combined"] => string(87) "{"type":"post","context":{"thread_id":13466},"hash":"ecb488447f558526e56c12d7bae2b06e"}"
["last_date"] => string(10) "1630579098"
["last_known_date"] => string(10) "1631523969"
["load_extra"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(67) "/threads/********/"
["_xfWithData"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
 
Top Bottom