Skip to content
New issue

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

No line grabbed #16

Open
charchess opened this issue Mar 16, 2024 · 1 comment
Open

No line grabbed #16

charchess opened this issue Mar 16, 2024 · 1 comment

Comments

@charchess
Copy link

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

@Royalphax
Copy link
Owner

Hello @charchess ,

Thanks for your feedback. I will investigate and get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants