XF 2.1 Push Notification Errors

OakleyForum

Well-known member
Any ideas what's causing this? Seeing hundreds of these notifications over the last few days:

Code:
Server error log
ErrorException: Push notification failure: {"success":false,"endpoint":{},"message":"cURL error 6: getaddrinfo() thread failed to start\n (see http:\/\/curl.haxx.se\/libcurl\/c\/libcurl-errors.html)"} src/XF/Error.php:75
Generated by: kmbijit 2/23/20 at 9:33 AM
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(15492, 28652, 'kmbijit', 'post', 1396037, 'forumwatch_inse...', Array)
#6 src/XF/Notifier/AbstractNotifier.php(55): XF\Repository\UserAlert->alert(Object(ThemeHouse\ImageOptimizer\XF\Entity\User), 28652, 'kmbijit', 'post', 1396037, 'forumwatch_inse...', Array)
#7 src/XF/Notifier/Post/ForumWatch.php(57): XF\Notifier\AbstractNotifier->basicAlert(Object(ThemeHouse\ImageOptimizer\XF\Entity\User), 28652, 'kmbijit', 'post', 1396037, 'forumwatch_inse...')
#8 src/XF/Service/AbstractNotifier.php(86): XF\Notifier\Post\ForumWatch->sendAlert(Object(ThemeHouse\ImageOptimizer\XF\Entity\User))
#9 src/XF/Service/AbstractNotifier.php(44): XF\Service\AbstractNotifier->notifyType(Object(XF\Notifier\Post\ForumWatch), Array, G)
#10 src/XF/Service/AbstractNotifier.php(56): XF\Service\AbstractNotifier->notify(3)
#11 src/XF/Service/Thread/Creator.php(328): XF\Service\AbstractNotifier->notifyAndEnqueue(3)
#12 src/XF/Pub/Controller/Forum.php(593): XF\Service\Thread\Creator->sendNotifications()
#13 src/XF/Pub/Controller/Forum.php(751): XF\Pub\Controller\Forum->finalizeThreadCreate(Object(Snog\Actions\XF\Service\Thread\Creator))
#14 src/XF/Mvc/Dispatcher.php(350): XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#15 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'PostThread', Object(XF\Mvc\RouteMatch), Object(SV\RedisCache\XF\Pub\Controller\Forum), NULL)
#16 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\RedisCache\XF\Pub\Controller\Forum), NULL)
#17 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#18 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#19 src/XF.php(391): XF\App->run()
#20 index.php(20): XF::runApp('XF\\Pub\\App')
#21 {main}
Request state
array(4) {
  ["url"] => string(48) "/forums/oakley-sunglasses-exchange.8/post-thread"
  ["referrer"] => string(75) "https://www.oakleyforum.com/forums/oakley-sunglasses-exchange.8/post-thread"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(14) {
    ["prefix_id"] => string(1) "2"
    ["title"] => string(14) "Holbrook Icons"
    ["message_html"] => string(846) "<p>Looking for Holbrook Icons, any of the below :</p><ul><li data-xf-list-type="ul">USA Flag Monochrome (grey)</li><li data-xf-list-type="ul">Carbon Fiber</li></ul><p>Isn't really urgent but in case somebody comes across this WTB thread and has a set to spare, do drop me a PM!&nbsp;</p><p><br></p><p>P. S. International shipping needed as I'm based in India</p><p><br></p><p><img src="/attachments/screenshot_20200223-084033_samsung-internet-jpg.705499/?hash=20f7b3d278dd5956f2236762fc791930" data-attachment="full:705499" alt="Screenshot_20200223-084033_Samsung Internet.jpg" class="fr-fic fr-dii"></p><p><br></p><p><img src="/attachments/screenshot_20200223-090607_samsung-internet-jpg.705501/?hash=20f7b3d278dd5956f2236762fc791930" data-attachment="full:705501" alt="Screenshot_20200223-090607_Samsung Internet.jpg" class="fr-fic fr-dii"></p>"
    ["attachment_hash"] => string(32) "20f7b3d278dd5956f2236762fc791930"
    ["attachment_hash_combined"] => string(81) "{"type":"post","context":{"node_id":8},"hash":"20f7b3d278dd5956f2236762fc791930"}"
    ["tags"] => string(0) ""
    ["watch_thread"] => string(1) "1"
    ["watch_thread_email"] => string(1) "1"
    ["_xfSet"] => array(1) {
      ["watch_thread"] => string(1) "1"
    }
    ["poll"] => array(5) {
      ["question"] => string(0) ""
      ["new_responses"] => array(1) {
        [0] => string(0) ""
      }
      ["max_votes_type"] => string(6) "single"
      ["change_vote"] => string(1) "1"
      ["view_results_unvoted"] => string(1) "1"
    }
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(48) "/forums/oakley-sunglasses-exchange.8/post-thread"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Top Bottom