------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4759/
------------------------------------------------------------------------------

New update by splatter2
For Beanbag, Inc. > Review Board > Ticket #4759


Reply:

    Update:
    In release 3.0.10 similar problem is still present:
    
     WebHook payload passed to dispatch_webhook_event containing invalid data 
types: <type 'str'> is not a valid data type for dictionary keys in WebHook 
payloads.
    Traceback (most recent call last):
      File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/notifications/webhooks.py", 
line 216, in dispatch_webhook_event
        payload = normalize_webhook_payload(payload, request)
      File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/notifications/webhooks.py", 
line 189, in normalize_webhook_payload
        return _normalize_value(payload)
      File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/notifications/webhooks.py", 
line 170, in _normalize_value
        for dict_key, dict_value in six.iteritems(value)
      File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/notifications/webhooks.py", 
line 170, in <dictcomp>
        for dict_key, dict_value in six.iteritems(value)
      File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/notifications/webhooks.py", 
line 181, in _normalize_value
        return _normalize_value(result)
      File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/notifications/webhooks.py", 
line 170, in _normalize_value
        for dict_key, dict_value in six.iteritems(value)
      File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/notifications/webhooks.py", 
line 170, in <dictcomp>
        for dict_key, dict_value in six.iteritems(value)
      File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/notifications/webhooks.py", 
line 170, in _normalize_value
        for dict_key, dict_value in six.iteritems(value)
      File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/notifications/webhooks.py", 
line 170, in <dictcomp>
        for dict_key, dict_value in six.iteritems(value)
      File 
"/usr/local/lib/python2.7/dist-packages/reviewboard/notifications/webhooks.py", 
line 155, in _normalize_key
        % key_type)
    TypeError: <type 'str'> is not a valid data type for dictionary keys in 
WebHook payloads.
    
    Webhook is connected to review_request_published.
    
    Should I create a new ticket for this issue?

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to