XF 2.1 Push Notification failure - Client error POST

OakleyForum

Well-known member
Just started getting this error around push notifications - any ideas?

Code:
Server error log
ErrorException: Push notification failure: {"success":false,"endpoint":{},"message":"Client error: `POST https:\/\/db5p.notify.windows.com\/w\/?token=BQYAAAD1ggz%2bYu7dn6gqwycLvm63G6FmF8zhUmhdFYBcTroM5oGDs13GT4tZPSwRmZX8TRr2sqy5Wx9nBRReZE%2bh4epOZbfJYEzetWtkIMkBQEy6GFNSkAo76DFDeB3UTg%2bsPffAf77YTBe54Ui%2ff6NuL8E2TMNtll8rJ3NqMP0feJbwskzEje%2b%2bZXsf9%2fL9LzEWAnXCN9xWUWtxAx5swpb1%2fb%2f8AkTc4VGiCbjGtkBe%2bWex71qj5PYML7ddHvTPj3EA1r5qE1iQwdalJKSQ57CbkvLyVpB6TvZhyTPyD6vQrTJW%2btRHvJ4ffXx8y8Ouhz5OQnmJ%2bgK%2bTGwHrWjYjcuWtaod` resulted in a `406 Not Acceptable` response","statusCode":406,"reasonPhrase":"Not Acceptable","expired":false,"content":{},"headers":{"Content-Length":["0"],"X-WNS-NOTIFICATIONSTATUS":["appthrottled"],"X-WNS-STATUS":["appthrottled"],"X-WNS-MSG-ID":["5FFFC77E71A305D3"],"X-WNS-DEBUG-TRACE":["DB5PEPF0000044D"],"MS-CV":["KiNjZ9J2skS++fEfZYAFmg.0"],"Strict-Transport-Security":["max-age=31536000; includeSubDomains"],"Date":["Mon, 06 May 2019 14:57:19 GMT"]}} src/XF/Error.php:75
Generated by: QLR1 5/6/19 at 10:57 AM
Stack trace
#0 src/XF.php(187): XF\Error->logError('Push notificati...', false)
#1 src/XF/Service/PushNotification.php(241): XF::logError('Push notificati...')
#2 src/XF/Service/PushNotification.php(167): XF\Service\PushNotification->handleResults(Array, Array)
#3 src/XF/Service/PusherTrait.php(159): 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(11622, 1482, 'QLR1', 'post', 1280250, 'reaction', Array)
#6 src/XF/Reaction/AbstractHandler.php(181): XF\Repository\UserAlert->alertFromUser(Object(AddonFlare\PaidRegistrations\XF\Entity\User), Object(AddonFlare\PaidRegistrations\XF\Entity\User), 'post', 1280250, 'reaction', Array)
#7 src/XF/Repository/Reaction.php(196): XF\Reaction\AbstractHandler->sendReactionAlert(Object(AddonFlare\PaidRegistrations\XF\Entity\User), Object(AddonFlare\PaidRegistrations\XF\Entity\User), 1280250, Object(haydric\toRights\XF\Entity\Post), 1)
#8 src/XF/Repository/Reaction.php(137): XF\Repository\Reaction->insertReaction(1, 'post', 1280250, Object(AddonFlare\PaidRegistrations\XF\Entity\User), true, false)
#9 src/XF/ControllerPlugin/Reaction.php(65): XF\Repository\Reaction->reactToContent(1, 'post', 1280250, Object(AddonFlare\PaidRegistrations\XF\Entity\User), true)
#10 src/XF/ControllerPlugin/Reaction.php(19): XF\ControllerPlugin\Reaction->actionToggleReaction(Object(haydric\toRights\XF\Entity\Post), 'posts/reactions', 'posts')
#11 src/XF/ControllerPlugin/Reaction.php(12): XF\ControllerPlugin\Reaction->actionReact(Object(haydric\toRights\XF\Entity\Post), 'posts', 'posts/react', 'posts/reactions')
#12 src/XF/Pub/Controller/Post.php(368): XF\ControllerPlugin\Reaction->actionReactSimple(Object(haydric\toRights\XF\Entity\Post), 'posts')
#13 src/XF/Mvc/Dispatcher.php(321): XF\Pub\Controller\Post->actionReact(Object(XF\Mvc\ParameterBag))
#14 src/XF/Mvc/Dispatcher.php(248): XF\Mvc\Dispatcher->dispatchClass('XF:Post', 'React', Object(XF\Mvc\RouteMatch), Object(Andy\InsertAttachment\XF\Pub\Controller\Post), NULL)
#15 src/XF/Mvc/Dispatcher.php(100): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Andy\InsertAttachment\XF\Pub\Controller\Post), NULL)
#16 src/XF/Mvc/Dispatcher.php(50): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#17 src/XF/App.php(2177): XF\Mvc\Dispatcher->run()
#18 src/XF.php(390): XF\App->run()
#19 index.php(20): XF::runApp('XF\\Pub\\App')
#20 {main}
Request state
array(4) {
  ["url"] => string(34) "/posts/1280250/react?reaction_id=1"
  ["referrer"] => string(85) "https://www.oakleyforum.com/threads/what-oakleys-are-you-wearing-today.822/page-14531"
  ["_GET"] => array(1) {
    ["reaction_id"] => string(1) "1"
  }
  ["_POST"] => array(4) {
    ["_xfRequestUri"] => string(58) "/threads/what-oakleys-are-you-wearing-today.822/page-14531"
    ["_xfWithData"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Back
Top Bottom