Closed krispek closed 1 year ago
Could you share (in private) the logs of the data importer before it reaches the errors?
This is such a coincidence, I was coming here to post the exact same thing!
I also noticed only the Expenses are being imported, the Income is not getting imported anymore.
Some of the errors:
Line #49: (2)transactions.0.destination_id: This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination. (original value: "(not found)")
Line #7: (2)transactions.0.source_id: No error yet. (original value: "(not found)") (2)transactions.0.source_name: No error yet. (original value: "NAME")
Could also send me some logs?
Member
Sure is this the file you need: ff3-cli-2023-08-25.log / ff3-audit-2023-08-25.log
Also seeing this in my docker logs: (The Bold one is in red, and has me worried I messed up something bad)
[!] User #1 (MY USER NAME) has account #1508 ("IBAN") which has no transactions. [!] User #1 (MY USER NAME) has account #1509 ("IBAN") which has no transactions. [!] User #1 (MY USER NAME) has account #1522 ("IBAN") which has no transactions. [!] User #1 (MY USER NAME) has account #1527 ("IBAN") which has no transactions. [!] User #1 (MY USER NAME) has account #1554 ("IBAN") which has no transactions. Now executing firefly-iii:report-sum [x] Error: Transactions for user #1 (MY USER NAME) are off by 0.000000000047363327562477!
I'll need the logs from the data importer.
To fix that particular error, make a backup of your database and then run this command.
php artisan firefly-iii:force-decimal-size
Thanks for the help on the error 👍🏻
I have the data importer running in docker, how can I obtain the log files for you?
I can run an import today, and send you the log.
:+1: docker logs -f containername
Hi James,
Send you an email with the log 👍🏻
Thanks for the command :) the error is gone now!
Should I also do something about this warning or it's fine?
[!] User https://github.com/firefly-iii/firefly-iii/issues/1 (MY USER NAME) has account https://github.com/firefly-iii/firefly-iii/issues/1554 ("IBAN") which has no transactions.
Well the text explains exactly what is happening. You don't need to do anything about it :)
If you could both try the develop
tag of the data importer, I have pushed a potential fix.
If this doesn't seem to fix the issue, please send me the logs of both the data importer and Firefly III, preferably from around the same time (so I can compare notes).
I went out and bought something :)
Tried develop but the issue remains, emailed you the log.
Nice, I think I found it. If you could try pulling develop
again? It should report as build 287
Done and indeed it works 👍 my expenses are showing the destination account again.
But Revenue / Income transactions still aren't imported, so something must be wrong on that side.
Same routine basically. Run into an error, send me the logs! 👍
Logs are on the way :)
Was expecting a Paypal incoming transaction.
PAYPAL | €23.80 | August 25th, 2023
I did add it manually already, not sure if that is conflicting with the importer.
@krispek, I suspect many errors have been caught already, the logs supplied by @BWFCGUIXT have been very helpful. Will you let me know what you run into when you use the develop
branch of the data importer?
@JC5 I sent you a mail. :) Was some time off. I tested with build 294. Thanks for investigating!
Fixed in the next data importer release.
Hi there! This is an automatic reply. Share and enjoy
This issue is now 🔒 closed. Please be aware that closed issues are not watched.
Thank you for your contributions.
Support guidelines
I've found a bug and checked that ...
Description
Not sure whether this is a follow up of #7871 or #7536. Firefly gives several issues when importing transactions
Issue 1 is a transfer:
Next is a incoming transaction:
Next, for card transactions, I get the following:
The result over here is that the transaction is stored under "unknown destination account" not under "CCV*companyname"
Debug information
Debug information generated at 2023-08-25 10:47:08 Europe/Berlin for Firefly III Data Importer version 1.3.5.
Expected behaviour
Transactions are stored The right destination name is used for a transaction
Steps to reproduce
Additional info
No response