We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I run the main.py and got the following log output (I'm obfuscating the sensitive informations)
[17:55:02] Process started, debug=True, save_logs=False [17:55:04] -> 'LDD Solidaire' account n°xxxxxxxxxxx [17:55:04] -> Retrieving transactions ... [17:55:05] 0 found! [17:55:05] -> 'Livret A' account n°xxxxxxxxxxx [17:55:05] -> Retrieving transactions ... [17:55:07] 0 found! [17:55:07] -> 'Compte Parts Sociales' account n°xxxxxxxxxxx [17:55:07] -> Retrieving transactions ... [17:55:09] 0 found! [17:55:09] -> 'PER Assurance' account n°xxxxxxxxxxx [17:55:09] -> Retrieving transactions ... [17:55:10] 0 found! [17:55:10] -> Searching for transfers ... [17:55:10] 0 found! [17:55:10] Process ended, time elapsed: 7.8 seconds
here is my config.ini : [GlobalSettings] save-logs = False max-log-files = 0 debug = True auto-detect-transfers = True
[CreditAgricole] bank-department = 79 bank-account-id = xxxxxxxxx bank-password = 123456 import-account-id-list = xxxxxxxxxxx,xxxxxxxxxxx,xxxxxxxxxxx,xxxxxxxxxxx,xxxxxxxxxxx,xxxxxxxxxxx, get-transactions-period-days = 30 max-transactions-per-get = 100
[FireflyIII] accounts-name-format = CREDIT AGRICOLE - #bank-account-name# hostname = http://<firefly_IP>:3473/ personal-token = <my_personnal_token>
[AutoRenameTransaction]
[AutoAssignBudget]
[AutoAssignCategory]
[AutoAssignAccount]
[AutoAssignTags]
Would you have any idea as to what to try or what is happening ?
Thanks in advance,
Charchess
The text was updated successfully, but these errors were encountered:
Hello @charchess ,
Thanks for your feedback. I will investigate and get back to you.
Sorry, something went wrong.
No branches or pull requests
Hi,
I run the main.py and got the following log output (I'm obfuscating the sensitive informations)
[17:55:02] Process started, debug=True, save_logs=False
[17:55:04] -> 'LDD Solidaire' account n°xxxxxxxxxxx
[17:55:04] -> Retrieving transactions ...
[17:55:05] 0 found!
[17:55:05] -> 'Livret A' account n°xxxxxxxxxxx
[17:55:05] -> Retrieving transactions ...
[17:55:07] 0 found!
[17:55:07] -> 'Compte Parts Sociales' account n°xxxxxxxxxxx
[17:55:07] -> Retrieving transactions ...
[17:55:09] 0 found!
[17:55:09] -> 'PER Assurance' account n°xxxxxxxxxxx
[17:55:09] -> Retrieving transactions ...
[17:55:10] 0 found!
[17:55:10] -> Searching for transfers ...
[17:55:10] 0 found!
[17:55:10] Process ended, time elapsed: 7.8 seconds
here is my config.ini :
[GlobalSettings]
save-logs = False
max-log-files = 0
debug = True
auto-detect-transfers = True
[CreditAgricole]
bank-department = 79
bank-account-id = xxxxxxxxx
bank-password = 123456
import-account-id-list = xxxxxxxxxxx,xxxxxxxxxxx,xxxxxxxxxxx,xxxxxxxxxxx,xxxxxxxxxxx,xxxxxxxxxxx,
get-transactions-period-days = 30
max-transactions-per-get = 100
[FireflyIII]
accounts-name-format = CREDIT AGRICOLE - #bank-account-name#
hostname = http://<firefly_IP>:3473/
personal-token = <my_personnal_token>
[AutoRenameTransaction]
[AutoAssignBudget]
[AutoAssignCategory]
[AutoAssignAccount]
[AutoAssignTags]
Would you have any idea as to what to try or what is happening ?
Thanks in advance,
Charchess
The text was updated successfully, but these errors were encountered: