XF 2.1 Alert job keeps requesting to be run

So earlier today one of my staffs sent and alert, and it gave the following error, but did send:
Code:
Error: Call to undefined method ErrorException::getRequest() in src/vendor/minishlink/web-push/src/WebPush.php at line 183
Minishlink\WebPush\WebPush->flush() in src/XF/Service/PushNotification.php at line 166
XF\Service\PushNotification->sendNotifications() in src/XF/Service/PusherTrait.php at line 159
XF\Service\Alert\Pusher->push() in src/XF/Repository/UserAlert.php at line 147
XF\Repository\UserAlert->insertAlert() in src/XF/Repository/UserAlert.php at line 111
XF\Repository\UserAlert->alert() in src/XF/Job/UserAlert.php at line 48
XF\Job\UserAlert->executeAction() in src/XF/Job/AbstractUserCriteriaJob.php at line 59
XF\Job\AbstractUserCriteriaJob->run() in src/XF/Job/Manager.php at line 253
XF\Job\Manager->runJobInternal() in src/XF/Job/Manager.php at line 195
XF\Job\Manager->runJobEntry() in src/XF/Job/Manager.php at line 111
XF\Job\Manager->runByIds() in src/XF/Admin/Controller/Tools.php at line 120
XF\Admin\Controller\Tools->actionRunJob() in src/XF/Mvc/Dispatcher.php at line 321
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 248
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
XF\App->run() in src/XF.php at line 390
XF::runApp() in admin.php at line 13

Now, this message pops up in the start page of the ACP:
There are manual rebuild jobs awaiting completion. Continue running them.
Clicking continue running them sends the alert again, then 5 minutes later it shows back up. I can't figure out how to remove the job manually, help?
 
Back
Top Bottom