raquezha / nuecagram

A Gitlab webhook handler that uses telegram bot notify telegram group chat/topic
1 stars 1 forks source link

Unsupported event object_kind: note #8

Closed raquezha closed 4 months ago

raquezha commented 4 months ago

Description:

This issue reports an error encountered by the Nuecagram application when processing a GitLab webhook event. The specific error message is:

org.gitlab4j.api.GitLabApiException: Unsupported event object_kind, object_kind=note

This error indicates that the Nuecagram application is not currently designed to handle "note" events from GitLab.

Steps to Reproduce:

Pick any commit or merge request then just leave a note or comment.

Expected Behavior:

The Nuecagram application should gracefully handle the "note" event or provide a clear error message indicating that it is not supported.

Actual Behavior:

The application throws an exception and potentially fails to process the webhook.

Additional Information:

Nuecagram version: 0.0.2 GitLab version: 17.1

raquezha commented 4 months ago

The Note Event is not yet supported. Will support it today