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 "../Git/beangrow/beangrow/compute_returns.py", line 105, in <module>
main()
File "../Git/beangrow/beangrow/compute_returns.py", line 86, in main
pricer = reports.generate_reports(account_data_map, config,
File "/mnt/f/Git/beangrow/beangrow/reports.py", line 459, in generate_reports
adlist = [account_data_map[name] for name in report.investment]
File "/mnt/f/Git/beangrow/beangrow/reports.py", line 459, in <listcomp>
adlist = [account_data_map[name] for name in report.investment]
KeyError: 'ACCOUNT_NAME'
I can't exclude the possibility that this is something wrong with my configuration. I am happy to share the config file and my .beancount files in private.
The text was updated successfully, but these errors were encountered:
@ThomasdenH do you have prices defined for the commodity? I feel like I came across that error when I was getting this configured. If it's not that, I'm happy to take a look at your files.
I get the following error:
I can't exclude the possibility that this is something wrong with my configuration. I am happy to share the config file and my
.beancount
files in private.The text was updated successfully, but these errors were encountered: