You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of actualpy.
Reproducible example
fromactualimportActualfromactual.queriesimportget_transactionswithActual(
base_url=URL_ACTUAL, # Url of the Actual Serverpassword=PASSWORD_ACTUAL, # Password for authenticationencryption_password=ENCRYPTION_PASS_ACTUAL, # Optional: Password for the file encryption. Will not use it if set to None.file=FILE_ACTUAL, # Set the file to work with. Can be either the file id or file name, if name is uniquedata_dir=DIR_ACTUAL, # Optional: Directory to store downloaded files. Will use a temporary if not provided
) asactual:
transactions=get_transactions(actual.session)
fortintransactions:
account_name=t.account.nameift.accountelseNonecategory=t.category.nameift.categoryelseNoneprint(t.date, account_name, t.notes, t.amount, category)
Thanks for the report, I'm aware of the breaking changes, it was caused because Actual changed their way of handling migrations (js files instead of sql files).
I did some improvements in #65 and intend to merge that and generate a new release still today.
Checks
Reproducible example
Log output
Issue description
After upgrading Actual to version 24.9.0 the API does not connect anymore.
Expected behavior
Any basic usage example
Installed versions
The text was updated successfully, but these errors were encountered: