Is anyone using the kanboard-github-webhook plugin with the latest Kanboard 1.2.43?
How are you all getting github issues into kanboard?
I absolutely need some type of integration with github issues, and the official github webhook plugin does not work. It seems though its unmaintained and no longer working, when I open an new issue in github and the webhook fires, the logs show the response as:
<br />
<b>Fatal error</b>: Uncaught TypeError: Symfony\Component\EventDispatcher\EventDispatcher::dispatch(): Argument #1 ($event) must be of type object, string given, called in /var/www/app/plugins/GithubWebhook/WebhookHandler.php on line 203 and defined in /var/www/app/libs/event-dispatcher/EventDispatcher.php:48
Stack trace:
#0 /var/www/app/plugins/GithubWebhook/WebhookHandler.php(203): Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
#1 /var/www/app/plugins/GithubWebhook/WebhookHandler.php(128): Kanboard\Plugin\GithubWebhook\WebhookHandler->handleIssueOpened()
#2 /var/www/app/plugins/GithubWebhook/WebhookHandler.php(61): Kanboard\Plugin\GithubWebhook\WebhookHandler->parseIssueEvent()
#3 /var/www/app/plugins/GithubWebhook/Controller/Webhook.php(28): Kanboard\Plugin\GithubWebhook\WebhookHandler->parsePayload()
#4 /var/www/app/app/Core/Controller/Runner.php(77): Kanboard\Plugin\GithubWebhook\Controller\Webhook->handler()
#5 /var/www/app/app/Core/Controller/Runner.php(31): Kanboard\Core\Controller\Runner->executeController()
#6 /var/www/app/index.php(9): Kanboard\Core\Controller\Runner->execute()
#7 {main}
thrown in <b>/var/www/app/libs/event-dispatcher/EventDispatcher.php</b> on line <b>48</b><br />