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
{{ message }}
This repository was archived by the owner on Mar 9, 2024. It is now read-only.
I've had ynam working percetly for many months now and all of a sudden it seems broken. Nothing has changed with my workflow and everything looks good over at Mint.com. Any suggestions?
Traceback (most recent call last):
File "/opt/homebrew/bin/ynam", line 8, in
sys.exit(main())
File "/opt/homebrew/lib/python3.9/site-packages/ynam/main.py", line 32, in main
ynab_transactions = ynab_api.get_account_transactions(
File "/opt/homebrew/lib/python3.9/site-packages/ynam/ynab_api.py", line 498, in get_account_transactions
return [
File "/opt/homebrew/lib/python3.9/site-packages/ynam/ynab_api.py", line 499, in
YNABTransaction.from_dict(xt)
File "/opt/homebrew/lib/python3.9/site-packages/ynam/ynab_api.py", line 42, in from_dict
return cls(**{
File "", line 15, in init
File "/opt/homebrew/lib/python3.9/site-packages/ynam/ynab_api.py", line 31, in post_init
if len(self.payee_name) >= 100:
TypeError: object of type 'NoneType' has no len()
I've had ynam working percetly for many months now and all of a sudden it seems broken. Nothing has changed with my workflow and everything looks good over at Mint.com. Any suggestions?
Traceback (most recent call last):
File "/opt/homebrew/bin/ynam", line 8, in
sys.exit(main())
File "/opt/homebrew/lib/python3.9/site-packages/ynam/main.py", line 32, in main
ynab_transactions = ynab_api.get_account_transactions(
File "/opt/homebrew/lib/python3.9/site-packages/ynam/ynab_api.py", line 498, in get_account_transactions
return [
File "/opt/homebrew/lib/python3.9/site-packages/ynam/ynab_api.py", line 499, in
YNABTransaction.from_dict(xt)
File "/opt/homebrew/lib/python3.9/site-packages/ynam/ynab_api.py", line 42, in from_dict
return cls(**{
File "", line 15, in init
File "/opt/homebrew/lib/python3.9/site-packages/ynam/ynab_api.py", line 31, in post_init
if len(self.payee_name) >= 100:
TypeError: object of type 'NoneType' has no len()