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
It seems that when processing a Declined event message the Event object is not populated at all. It is created, but none of the member fields seem to have any data. As a consequence even basic things like repr don't work, as they depend on a valid start and end date.
From what I can see in Message::get_event() it gets a sensible response in the get call (i.e. 200), and the returned data has an event field, but it's empty. In an accepted event it seems to work, the event has sensible data for the event. I tried messing with the query a bit to see if I could get sensible data, but I don't understand this well enough for that, sorry. The docs make it look like that field should always be set. A little mysterious...
Thanks for all your work!
The text was updated successfully, but these errors were encountered:
It seems that when processing a Declined event message the Event object is not populated at all. It is created, but none of the member fields seem to have any data. As a consequence even basic things like repr don't work, as they depend on a valid start and end date.
From what I can see in Message::get_event() it gets a sensible response in the get call (i.e. 200), and the returned data has an event field, but it's empty. In an accepted event it seems to work, the event has sensible data for the event. I tried messing with the query a bit to see if I could get sensible data, but I don't understand this well enough for that, sorry. The docs make it look like that field should always be set. A little mysterious...
Thanks for all your work!
The text was updated successfully, but these errors were encountered: