XF 2.1 ErrorException: Push notification failure: {"success":false,"endpoint":{},"message":"cURL error 28: Operation timed out after 10001 milliseconds with

JoyFreak

Well-known member
Two error logs with similar results below, any idea what caused it?

Code:
Server error log
ErrorException: Push notification failure: {"success":false,"endpoint":{},"message":"cURL error 28: Operation timed out after 10001 milliseconds with 0 out of 0 bytes received (see http:\/\/curl.haxx.se\/libcurl\/c\/libcurl-errors.html)"} src/XF/Error.php:75
Generated by: Nova Jan 28, 2020 at 4:55 PM
Stack trace
#0 src/XF.php(184): XF\Error->logError('Push notificati...', false)
#1 src/XF/Service/PushNotification.php(249): XF::logError('Push notificati...')
#2 src/XF/Service/PushNotification.php(167): XF\Service\PushNotification->handleResults(Array, Array)
#3 src/XF/Service/PusherTrait.php(182): XF\Service\PushNotification->sendNotifications()
#4 src/XF/Repository/UserAlert.php(147): XF\Service\Alert\Pusher->push()
#5 src/XF/Repository/UserAlert.php(111): XF\Repository\UserAlert->insertAlert(1208, 192, 'Nova', 'post', 11591, 'insert', Array)
#6 src/addons/Truonglv/IgnoreContent/XF/Repository/UserAlert.php(32): XF\Repository\UserAlert->alert(Object(SV\WhoReplied\XF\Entity\User), 192, 'Nova', 'post', 11591, 'insert', Array)
#7 src/XF/Notifier/AbstractNotifier.php(55): Truonglv\IgnoreContent\XF\Repository\UserAlert->alert(Object(SV\WhoReplied\XF\Entity\User), 192, 'Nova', 'post', 11591, 'insert', Array)
#8 src/XF/Notifier/Post/AbstractWatch.php(104): XF\Notifier\AbstractNotifier->basicAlert(Object(SV\WhoReplied\XF\Entity\User), 192, 'Nova', 'post', 11591, 'insert')
#9 src/XF/Service/AbstractNotifier.php(86): XF\Notifier\Post\AbstractWatch->sendAlert(Object(SV\WhoReplied\XF\Entity\User))
#10 src/XF/Service/AbstractNotifier.php(44): XF\Service\AbstractNotifier->notifyType(Object(XF\Notifier\Post\ThreadWatch), Array, G)
#11 src/XF/Service/AbstractNotifier.php(56): XF\Service\AbstractNotifier->notify(3)
#12 src/XF/Service/Thread/Replier.php(219): XF\Service\AbstractNotifier->notifyAndEnqueue(3)
#13 src/XF/Pub/Controller/Thread.php(330): XF\Service\Thread\Replier->sendNotifications()
#14 src/addons/SV/UserEssentials/XF/Pub/Controller/Thread.php(46): XF\Pub\Controller\Thread->finalizeThreadReply(Object(XF\Service\Thread\Replier))
#15 src/XF/Pub/Controller/Thread.php(463): SV\UserEssentials\XF\Pub\Controller\Thread->finalizeThreadReply(Object(XF\Service\Thread\Replier))
#16 src/XF/Mvc/Dispatcher.php(350): XF\Pub\Controller\Thread->actionAddReply(Object(XF\Mvc\ParameterBag))
#17 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF:Thread', 'AddReply', Object(XF\Mvc\RouteMatch), Object(SV\WhoReplied\XF\Pub\Controller\Thread), NULL)
#18 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\WhoReplied\XF\Pub\Controller\Thread), NULL)
#19 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#20 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#21 src/XF.php(391): XF\App->run()
#22 index.php(20): XF::runApp('XF\\Pub\\App')
#23 {main}
Request state
array(4) {
  ["url"] => string(65) "/threads/do-you-wait-for-sales-before-buying-games.2760/add-reply"
  ["referrer"] => string(80) "https://www.joyfreak.com/threads/do-you-wait-for-sales-before-buying-games.2760/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(7) {
    ["message_html"] => string(143) "<p>I think it;s reasonable to check out the sales. I mean many people do that in order to avoid wasting money in wrong type of games.&nbsp;</p>"
    ["last_date"] => string(10) "1579892222"
    ["last_known_date"] => string(10) "1579892222"
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(56) "/threads/do-you-wait-for-sales-before-buying-games.2760/"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Just saw a smilar popup in my admin panel and after a google search landed here. Does anybody know what haxx.se is, and what is it used for? :)
 
Top Bottom