Matteo Castellani
Matteo Castellani
**Describe the bug** When clicking on the left arrow on an active connection i get the following error and the connection tree is not shown: `Request connection/GetChildrenForTreeItemRequest failed unexpectedly without...
When using the `import_events` with a JSON file an error is thrown: `ValueError: invalid mode: 'rbU'` I think the solution would be to just set the mode to `'rb'` instead.
I am trying to create a report following the documentation [here](https://docs.mangopay.com/api-reference/reports/create-transactions-report). I however had to change the handler as suggested on [136](https://github.com/Mangopay/mangopay2-python-sdk/issues/134#issuecomment-367134375) as i was getting an `invalid_client` error. My...