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
Error occurred in transaction_result_response = await get_session_client().get_transaction_result(id=bytes.fromhex(txId))
I debug flow sdk. There seem to be some issues here. line 515 in clinet.py entities.TransactionResultResponse.from_proto(response, id=id) There are probably too many events in tx ef6e6dcba87c5f853e0ec940dd382d609ffe11109c28ed239843d71618fa1d71 to from_proto failed.
The text was updated successfully, but these errors were encountered:
Managed to reproduce the call and 3 of the events are failing to deserialize, please see attached JSON file with a copy of their payloads: failed_events.json
We have implemented a fix in this PR which adds decoding to nested structures within a payload (seems like the issue was coming from nested fields inside the Event payload such as Entitlementsauthorizationsthat were failing to decode). We also tested introducing restrictions on the event payload size or max. number of events per transaction, but those did not appear to cause any issues once the decoding issue was resolved.
A partner reported they are having an issue with this code example:
They shared that:
The text was updated successfully, but these errors were encountered: