Closed IguanaBen closed 1 year ago
Hi @IguanaBen,
thanks for the bug report. I don't have a Windows machine to test, but I think I know what's the issue. Could you test the changes here: https://github.com/andreasgerstmayr/fava-dashboards/pull/4/files and report if these resolve the error?
Thanks
Thanks for the quick response. That moves the error as I no longer get it in the terminal. Instead when I go to the FavaDashboards url, I get the proper fava page and sidebar, but the main window where the dashboard should be just displays the error message:
Cannot read configuration file C:\Users\username\repos\fava-dashboards\example\dashboards.yaml: 'charmap' codec can't decode byte 0x8f in position 4561: character maps to <undefined>
Ok, I must have done something wrong, because I tried again with your patch and it works great. Thanks!
Awesome, thanks for reporting back!
I'm running fava 1.24.4 and beancount 2.3.5 on windows 11 with python 3.10. If I clone this repository and open the fava-dashboards/example direction and run
then when I go to the dashboard page on my web browser, I get the following error
I tried downgrading to fava 1.22 since they made a few changes to the rendering engine that could break plugins, but I get the same error either way.
Thanks,