[bank][nef] Unable to retrieve account's history
With which module do you encounter problems?
nef
Describe the problem you encounter
When retrieving a nef account's history, no error is shown but the result is empty. I'm still able to list my accounts and its balance
Paste here the stacktrace or error message you observe
$ woob bank history xxxxxxxxxxx@nef
Date Category Label Amount
------------+------------+---------------------------------------------------+-----------
$
What are the steps to reproduce the problem?
- Configure the nef backend
- List the accounts that are available on the backend
- Retrieve the history from any of the account
What woob version are you using?
Output of woob config --version command:
Woob config v3.7 Copyright(C) 2010-2024 Christophe Benz, Romain Bignon
What module version are you using?
Output of woob config info MODULE_NAME command:
.------------------------------------------------------------------------------.
| Module nef |
+-----------------.------------------------------------------------------------'
| Version | 202410291812
| Maintainer | Damien Cassou <damien@cassou.me>
| License | LGPLv3+
| Description | La Nef
| Capabilities | CapCredentialsCheck, CapBankWealth, CapCollection, CapTransfer, CapBank, CapBankTransfer
| Installed | yes
| Location | https://updates.woob.tech/3/main/nef.tar.gz
| |
| Configuration | login: username (default: )
| | password: Password (default: )
'-----------------'
How did you install woob?
pip on a virtual env
Additional info you'd like to mention
The method used by the nef module to retrieve the csv export has two new mandatory parameters: startAmount and endAmount. When downloading the csv export from the official interface, the two parameters are defaulted to startAmount=0 and endAmount=999999999999
Edited by ewandor