Results 10 comments of Dr-Nuke

what a wonderful piece of software. If I could sync the encrypted files in my dropbox/ onedrive to a local folder on my android smartphone, that would be outstanding. upvote!

yes: ``` { "beancount.mainBeanFile": "~/pathToLedger/BeanFolder/Ledgerfiles/main.bean", "beancount.python3Path": "~/path/miniconda3/envs/Bean/bin/python3" } ``` BeanFolder ├── LedgerFiles │ ├── .vscode │ │ └── settings.json

yes. it says ``` try finding a valid bean file...user specified a main bean file with a relative path... find no valid bean files. try finding a valid bean file...user...

[wanted to edit my previous post but you commented quicker] i found the message say "**relative path**", where i specified absolute paths. i changed the settings string above to only...

> I guess the issue is ~ in beancount.python3Path. Maybe you can try a full path? you nailed it. that fixed it. now the suggestions in child.bean are properly displayed....

reopening this thread. I migrated my beancount setup to a new computer, and the plugin fails again. WSL2 Ubuntu 22.04.1 LTS as before, settings.json and file structure is ``` {...

> Can you please try opening `BeanFolder` as your workspace i indeed opened the main folder in a new vscode window, et voila, it works. Any Idea how to tweak...

Having the same issue. Increased the timeout to 10, but this does not help. Anyone knows something?

I figured for my BF720 that removing `child.expect("0x002e value: e6 00 20", timeout=4)` in line 461 of scale.py allows the script to progress abit further. I could not find any...

as requested, an image & minimal example of the current (faulty) state (sorry for my confusion): ``` from bokeh.io import output_file, show from bokeh.plotting import figure output_file("stacked.html") fruits = ['Apples',...