XF 2.1 Push notification errors

Dragonfruit

Well-known member
Hi I'm seeing a bit of push notification errors, any idea why this would be happening?

Code:
ErrorException: Push notification failure: {"success":false,"endpoint":{},"message":"cURL error 7: Failed connect to updates.push.services.mozilla.com:443; Connection refused (see http:\/\/curl.haxx.se\/libcurl\/c\/libcurl-errors.html)"}
src/XF/Error.php:75

Code:
#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(98): XF\Repository\UserAlert->insertAlert(6382, 19591, 'RegisteredUser', 'post', 1888893, 'reaction', Array)
#6 src/XF/Reaction/AbstractHandler.php(181): XF\Repository\UserAlert->alertFromUser(Object(Datio\AllowedEmails\XF\Entity\User), Object(Datio\AllowedEmails\XF\Entity\User), 'post', 1888893, 'reaction', Array)
#7 src/XF/Repository/Reaction.php(201): XF\Reaction\AbstractHandler->sendReactionAlert(Object(Datio\AllowedEmails\XF\Entity\User), Object(Datio\AllowedEmails\XF\Entity\User), 1888893, Object(AddonFlare\GlobalIgnore\XF\Entity\Post), 1)
#8 src/XF/Repository/Reaction.php(142): XF\Repository\Reaction->insertReaction(1, 'post', 1888893, Object(Datio\AllowedEmails\XF\Entity\User), true, false)
#9 src/XF/ControllerPlugin/Reaction.php(65): XF\Repository\Reaction->reactToContent(1, 'post', 1888893, Object(Datio\AllowedEmails\XF\Entity\User), true)
#10 src/XF/ControllerPlugin/Reaction.php(19): XF\ControllerPlugin\Reaction->actionToggleReaction(Object(AddonFlare\GlobalIgnore\XF\Entity\Post), 'posts/reactions', 'posts')
#11 src/XF/ControllerPlugin/Reaction.php(12): XF\ControllerPlugin\Reaction->actionReact(Object(AddonFlare\GlobalIgnore\XF\Entity\Post), 'posts', 'posts/react', 'posts/reactions')
#12 src/XF/Pub/Controller/Post.php(371): XF\ControllerPlugin\Reaction->actionReactSimple(Object(AddonFlare\GlobalIgnore\XF\Entity\Post), 'posts')
#13 src/XF/Mvc/Dispatcher.php(350): XF\Pub\Controller\Post->actionReact(Object(XF\Mvc\ParameterBag))
#14 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF:Post', 'React', Object(XF\Mvc\RouteMatch), Object(NF\GiftUpgrades\XF\Pub\Controller\Post), NULL)
#15 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(NF\GiftUpgrades\XF\Pub\Controller\Post), NULL)
#16 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#17 src/XF/App.php(2190): XF\Mvc\Dispatcher->run()
#18 src/XF.php(391): XF\App->run()
#19 index.php(20): XF::runApp('XF\\Pub\\App')
#20 {main}
 
Last edited:
I don't think there's any problem with Firefox unless you have intentionally turned off notifications in Settings or about:config.

I personally hate them so I have them turned off for all sites (I can still see the little red number on Xenforo tabs but I don't like nagging popups or audio alert sounds).
 
Top Bottom