You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having followed the guidelines for the installation I got to the point of testing. On testing the service ( from gitlab) I can see the integration server complaining:
(gitalb version 8.16.5)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/mattermost_gitlab/server.py", line 42, in new_event
event = event_formatter.as_event(request.json)
File "/usr/local/lib/python2.7/dist-packages/mattermost_gitlab/event_formatter.py", line 281, in as_event
if data['object_kind'] in EVENT_CLASS_MAP:
KeyError: u'object_kind'
127.0.0.1 - - [17/Feb/2017 10:10:10] "POST /new_event HTTP/1.1" 200 -
Having followed the guidelines for the installation I got to the point of testing. On testing the service ( from gitlab) I can see the integration server complaining:
(gitalb version 8.16.5)
This is the test data gitlab is sending:
{"event_name":"project_create","name":"Ruby","path":"ruby","project_id":1,"owner_name":"Someone","owner_email":"[email protected]"}
No message is posted to mattermost. However, actual push events generated on gitlab side do appear in mattermost.
The text was updated successfully, but these errors were encountered: