gitlab icon indicating copy to clipboard operation
gitlab copied to clipboard

KeyError: 'Deployment Hook'

Open Daddelhai opened this issue 4 years ago • 0 comments

Following error occurs sometimes (probably when receiving a gitlab hook):

Failed to handle Gitlab event
Traceback (most recent call last):
  File "/home/service/maubot/plugins/xyz.maubot.gitlab-v0.1.0.mbp/gitlab_matrix/bot.py", line 121, in process_hook
    evt = EventParse[req.headers["X-Gitlab-Event"]].deserialize(body)
KeyError: 'Deployment Hook'

Daddelhai avatar May 19 '21 09:05 Daddelhai