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
cloudevents/sdk/event/base.py", line 157, in MarshalBinary
for key, value in props.get("extensions"):
ValueError: too many values to unpack (expected 2)
I think I'm hitting this because I'm creating one event from another and specifically passing on the extensions using SetExtensions rather adding each as an item:
Error at
sdk-python/cloudevents/sdk/event/base.py
Line 157 in f51b5e4
I get:
I think it should be props.get("extensions").items().
I think I'm hitting this because I'm creating one event from another and specifically passing on the extensions using SetExtensions rather adding each as an item:
The text was updated successfully, but these errors were encountered: