-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Description
Describe the bug
When running mint.get_bills()
, the script fails and raises the following error.
What version of MintAPI are you using?
Version: 2.14
Installed via mintapi @ git+https://github.com/mintapi/mintapi.git
What command[s] did you run / steps to reproduce?
Command: mint.get_bills()
Stacktrace/error received:
Traceback (most recent call last):
File "/Users/paz/Documents/github/zwickfi/scripts/main.py", line 5, in <module>
import mint_data
File "/Users/paz/Documents/github/zwickfi/scripts/mint_data.py", line 129, in <module>
mint_bills = mint_bills(mint)
File "/Users/paz/Documents/github/zwickfi/scripts/mint_data.py", line 96, in mint_bills
b = mint.get_bills()
File "/Users/paz/Documents/github/zwickfi/venv/lib/python3.9/site-packages/mintapi/api.py", line 68, in __getattr__
raise NotImplementedError
NotImplementedError
What did you expect to happen?
I expected mintapi to return bills from Mint.
What actually happened?
NotImplementedError :)
Additional context
Both of the following commands work fine
mint.get_account_data()
mint.get_transaction_data(
date_filter="ALL_TIME",
remove_pending=False,
)
Metadata
Metadata
Assignees
Labels
No labels