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
File "/home/insight-api/insight-api/insight/routers/openexplorer.py", line 741, in route_export_account_history
row = _translate_row(op)
File "/home/insight-api/insight-api/insight/routers/openexplorer.py", line 698, in _translate_row
open_margin_positions[_order["object"]["order_id"]] -= Amount(_order["object"]["pays"])
TypeError: string indices must be integers
When exporting an account this happens, likely due to old object format.
The text was updated successfully, but these errors were encountered:
When exporting an account this happens, likely due to old object format.
The text was updated successfully, but these errors were encountered: