XF 2.2 Push Notification Failure

btmgreg

Well-known member
Not really sure how to make heads or tails of this error. Would be grateful for any help!

Server error log

Stack trace​

#0 src/XF.php(219): XF\Error->logError('Push notificati...', false)
#1 src/XF/Service/PushNotification.php(243): XF::logError('Push notificati...')
#2 src/XF/Service/PushNotification.php(176): XF\Service\PushNotification->handleResults(Object(Generator))
#3 src/XF/Service/PusherTrait.php(194): XF\Service\PushNotification->sendNotifications()
#4 src/XF/Repository/UserAlert.php(165): XF\Service\Alert\Pusher->push()
#5 src/XF/Repository/UserAlert.php(116): XF\Repository\UserAlert->insertAlert(1, 230, 'JUSTPIE', 'user', 1, 'following', Array, Array)
#6 src/XF/Service/User/Follow.php(89): XF\Repository\UserAlert->alert(Object(XenAddons\Showcase\XF\Entity\User), 230, 'JUSTPIE', 'user', 1, 'following', Array)
#7 src/XF/Service/User/Follow.php(60): XF\Service\User\Follow->sendFollowingAlert()
#8 src/addons/xenMade/AFOR/XF/Pub/Controller/Register.php(26): XF\Service\User\Follow->follow()
#9 src/XF/Pub/Controller/Register.php(316): xenMade\AFOR\XF\Pub\Controller\Register->finalizeRegistration(Object(XenAddons\Showcase\XF\Entity\User))
#10 src/XF/Mvc/Dispatcher.php(352): XF\Pub\Controller\Register->actionConnectedAccountRegister(Object(XF\Mvc\ParameterBag))
#11 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:Register', 'ConnectedAccoun...', Object(XF\Mvc\RouteMatch), Object(xenMade\AFOR\XF\Pub\Controller\Register), NULL)
#12 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(xenMade\AFOR\XF\Pub\Controller\Register), NULL)
#13 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#14 src/XF/App.php(2352): XF\Mvc\Dispatcher->run()
#15 src/XF.php(524): XF\App->run()
#16 index.php(20): XF::runApp('XF\\Pub\\App')
#17 {main}

Request state​

array(4) {
["url"] => string(44) "/register/connected-accounts/google/register"
["referrer"] => string(67) "https://www.behind-the-mask.net/register/connected-accounts/google/"
["_GET"] => array(0) {
}
["_POST"] => array(13) {
["_xfToken"] => string(8) "********"
["username"] => string(7) "JUSTPIE"
["dob_month"] => string(1) "4"
["dob_day"] => string(2) "12"
["dob_year"] => string(4) "1990"
["location"] => string(2) "US"
["custom_fields"] => array(3) {
["favtour"] => string(3) "hwt"
["favalbum"] => string(3) "tuc"
["siropu_referrer"] => string(0) ""
}
["accept"] => string(1) "1"
["_xfRedirect"] => string(79) "https://www.behind-the-mask.net/threads/michael-jackson-multitracks-stems.1547/"
["timezone"] => string(16) "America/New_York"
["_xfRequestUri"] => string(36) "/register/connected-accounts/google/"
["_xfWithData"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
 
Your server failed to make an outgoing connection to the push endpoint (a service provided by browser vendors to send a push notification). This can occur due to intermittent network issues, so unless it's persistent it is typically safe to ignore.
 
Top Bottom