Open charchess opened 8 months ago
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://:3473/ personal-token =
[AutoRenameTransaction]
[AutoAssignBudget]
[AutoAssignCategory]
[AutoAssignAccount]
[AutoAssignTags]
Would you have any idea as to what to try or what is happening ?
Thanks in advance,
Charchess
Hello @charchess ,
Thanks for your feedback. I will investigate and get back to you.
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://:3473/
personal-token =
[AutoRenameTransaction]
[AutoAssignBudget]
[AutoAssignCategory]
[AutoAssignAccount]
[AutoAssignTags]
Would you have any idea as to what to try or what is happening ?
Thanks in advance,
Charchess