Duplicate Push error

Affected version
2.1.2
Code:
#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(111): XF\Repository\UserAlert->insertAlert(441229, 521417, 'Trizzor', 'post', 3607904, 'insert', Array)
#6 src/XF/Notifier/AbstractNotifier.php(55): XF\Repository\UserAlert->alert(Object(Siropu\AdsManager\XF\Entity\User), 521417, 'Trizzor', 'post', 3607904, 'insert', Array)
#7 src/XF/Notifier/Post/AbstractWatch.php(104): XF\Notifier\AbstractNotifier->basicAlert(Object(Siropu\AdsManager\XF\Entity\User), 521417, 'Trizzor', 'post', 3607904, 'insert')
#8 src/XF/Service/AbstractNotifier.php(86): XF\Notifier\Post\AbstractWatch->sendAlert(Object(Siropu\AdsManager\XF\Entity\User))
#9 src/XF/Service/AbstractNotifier.php(44): XF\Service\AbstractNotifier->notifyType(Object(XF\Notifier\Post\ThreadWatch), Array, G)
#10 src/XF/Service/AbstractNotifier.php(56): XF\Service\AbstractNotifier->notify(3)
#11 src/XF/Service/Thread/Replier.php(205): XF\Service\AbstractNotifier->notifyAndEnqueue(3)
#12 src/XF/Pub/Controller/Thread.php(330): XF\Service\Thread\Replier->sendNotifications()
#13 src/XF/Pub/Controller/Thread.php(463): XF\Pub\Controller\Thread->finalizeThreadReply(Object(XF\Service\Thread\Replier))
#14 src/XF/Mvc/Dispatcher.php(321): XF\Pub\Controller\Thread->actionAddReply(Object(XF\Mvc\ParameterBag))
#15 src/XF/Mvc/Dispatcher.php(244): XF\Mvc\Dispatcher->dispatchClass('XF:Thread', 'AddReply', Object(XF\Mvc\RouteMatch), Object(Siropu\AdsManager\XF\Pub\Controller\Thread), NULL)
#16 src/XF/Mvc/Dispatcher.php(100): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(Siropu\AdsManager\XF\Pub\Controller\Thread), NULL)
#17 src/XF/Mvc/Dispatcher.php(50): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#18 src/XF/App.php(2177): XF\Mvc\Dispatcher->run()
#19 src/XF.php(390): XF\App->run()
#20 index.php(20): XF::runApp('XF\\Pub\\App')
#21 {main}

Code:
    ErrorException: Push notification failure: {"success":false,"endpoint":{},"message":"Client error: `POST https:\/\/db5p.notify.windows.com\/w\/?token=BQYAAAAnBmIlenshweORoUQs3dIC1WSstLVktXwkyJT4hiKFHFMYvwhsFm8ATeul5OVKtJvc94pjo9tcQLokniYm7HErVL6dc08m%2bn7nCtnV9TMzdVj1StRG3SKvNxAwRRCZxwZ6D0%2fuyUaMDXRU3JtJETO0g6sUBEDls7OoeWV9JQa2YqQTFF0FBjPxNzkRdeZIHfM3U6ecmj5rpwcmMnCuvjP5QNDo1H9%2fD9wdLF48HMJxQukkg7%2bitxlNPC5rWtJWqsWNcHVbImVtoqiTC60NHlfdGU4e%2f56F2poqbrNbEgV4ZSnYq0s1bRZvGYbKt%2bwyeK%2fz%2fiZwtnJo0fsL92dqG3AZ` 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":["6E16E9B420F84FDE"],"X-WNS-DEBUG-TRACE":["DB5PEPF00000433"],"MS-CV":["kHUz4KWNlkKi+tu57rJCBA.0"],"Strict-Transport-Security":["max-age=31536000; includeSubDomains"],"Date":["Sat, 08 Jun 2019 12:48:05 GMT"]}} src/XF/Error.php:75


Code:
array(4) {
  ["url"] => string(61) "/threads/thread/add-reply"
  ["referrer"] => string(95) "https://www.domain.com/threads/sthread"
  ["_GET"] => array(1) {
    ["/threads/thread/add-reply"] => string(0) ""
  }
  ["_POST"] => array(9) {
    ["message_html"] => string(273) "<p>Moin : )</p><p><br></p><p>thread 3?</p><p><br></p><p>[QUOTE]82702441xxxxxxxx02001C901A4401[/QUOTE]</p><p><br></p><p>00 20 00 00 00&nbsp;</p><p>Ist ne von &nbsp;</p><p><br></p><p>Gruß</p>"
    ["attachment_hash"] => string(32) "becef7a7d164938ef411e6119d8d55e6"
    ["attachment_hash_combined"] => string(88) "{"type":"post","context":{"thread_id":324364},"hash":"becef7a7d164938ef411e6119d8d55e6"}"
    ["last_date"] => string(10) "1559943118"
    ["last_known_date"] => string(10) "1559990417"
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(61) "/threads/thread"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Top Bottom