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
Traceback (most recent call last):
File "D:\Shared\Projects\BudgetFiles\test.py", line 4, in<module>
with Actual(
File "D:\Shared\Projects\BudgetFiles\venv\Lib\site-packages\actual\__init__.py", line 91, in __enter__
self.download_budget(self._encryption_password)
File "D:\Shared\Projects\BudgetFiles\venv\Lib\site-packages\actual\__init__.py", line 322, in download_budget
self.sync()
File "D:\Shared\Projects\BudgetFiles\venv\Lib\site-packages\actual\__init__.py", line 352, in sync
self.apply_changes(changes.get_messages(self._master_key))
File "D:\Shared\Projects\BudgetFiles\venv\Lib\site-packages\actual\__init__.py", line 272, in apply_changes
raise ActualError(
actual.exceptions.ActualError: Actual found a column not supported by the library: column 'include_current' at table 'custom_reports' not found
Issue description
Attempting to perform budget backup using the example given in repo as a test. An object of class Actual is not able to be created due to the repo schema not including the new include_current field in custom reports.
Expected behavior
The budget should load.
Installed versions
actualpy version: 0.1.1
Actual Server version: v24.7.0
The text was updated successfully, but these errors were encountered:
cgiacofei
changed the title
New custom report options are causing an error.
New custom report options are causing an error loading the budget.
Jul 12, 2024
Hello @cgiacofei , thanks for your report, I think I missed this columns because my local docker version was still running an older version of Actual. I added a patch at #42
I added a test to prevent the model from not being updated in the future, and it complains on the latest version that the column was missing:
I would like to do some further testing before generating a new version, feel free to reopen the issue if you still have issues after installing the newest version.
Checks
Reproducible example
Log output
Issue description
Attempting to perform budget backup using the example given in repo as a test. An object of class Actual is not able to be created due to the repo schema not including the new
include_current
field in custom reports.Expected behavior
The budget should load.
Installed versions
The text was updated successfully, but these errors were encountered: