Closed kwmkwm closed 5 years ago
Do you have an APIv1 token or APIv0. Current master branch and version on PyPI are all for version v0 but etrade is currently going to APIv1. Each of these versions has a different consumer token that you have to get form etrade. If you want to use APIv1 the dev branch is currently being migrated over to APIv1 but functionality is limited at this time.
I tried the dev branch and the code worked as expected. I think this resolves the issue, so I will close it. Thank you.
Hello,
I'm getting an error while trying to use the list_accounts() function in the sandbox environment. My censored code:
All seems well until the accounts.list_accounts() function. The censored output:
uname -a Linux THX-1138 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
hwclock --debug hwclock from util-linux 2.29.2 Using the /dev interface to the clock. Last drift adjustment done at 1543475777 seconds after 1969 Last calibration done at 1543475777 seconds after 1969 Hardware clock is on UTC time Assuming hardware clock is kept in UTC time.
Any suggestions on this issue?