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
The Bitbucket integration fails to handle incoming webhook payloads, as observed in logs where the error Failed to handle webhook: 'data' occurs in bitbucket_app.py. Specifically:
Error Location: line 210 in bitbucket_app.py.
Issue Details: The payload structure from Bitbucket does not match the fields expected by bitbucket_app.py. The is_bot_user function also fails to validate the payload due to incorrect assumptions about the payload’s structure or missing fields.
The Bitbucket integration fails to handle incoming webhook payloads, as observed in logs where the error Failed to handle webhook: 'data' occurs in bitbucket_app.py. Specifically:
Error Location: line 210 in bitbucket_app.py.
Issue Details: The payload structure from Bitbucket does not match the fields expected by bitbucket_app.py. The is_bot_user function also fails to validate the payload due to incorrect assumptions about the payload’s structure or missing fields.
The text was updated successfully, but these errors were encountered: