Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upING DIBA - get_holdings method broken #85
Comments
|
Hi @matwid, thanks for reporting! I can't really work on this function as I don't have a bank account that supports it. Can you check if it's sufficient to just replace |
|
Hi Raphael, However, I have two bank accounts which yield different
Hope that helps. |
Hi Raphael, hi everybody,
thanks for this great project. Recently I found the get_holdings method is not working anymore for the ING.
Problem:
It seems they return bytes instead of strings:
TypeError: descriptor 'splitlines' requires a 'str' object but received a 'bytes'Hence, the following line in client.py doesn't work anymore for me:
mt535_lines = str.splitlines(resp.holdings)Solution:
with the following (dirty) hack:
it works again.
Would be great to have this, or in another (better) way implemented.
Thank you very much in advance and best wishes,
Mat