Description
I've never been able to open my ledger.
My ledger opens fine inside lazy-beancount and bean-check and rledger check appear to not have issue.
I don't know how to proceed; my investigation process:
- I'm not sure where I can configure rustfava to know what it's trying to do, where
- I'm not sure where logs might be to go spelunking
Steps to Reproduce
- Run rustfava
- Supply valid path to my ledger's entrypoint file
- Wait a few seconds
- Observe error modal
Rustfava Version
see above
Python Version
3.14.3
Operating System
macOS
Additional Context
re: versions - I'm almost sure I'm trying 1.32.0 but the command recommend to find out doesn't work as expected. Evidence:
pete@MacBookPro finances % rustfava --version
zsh: command not found: rustfava
pete@MacBookPro finances % /Applications/rustfava.app/Contents/MacOS/rustfava-desktop --version
pete@MacBookPro finances % /Applications/rustfava.app/Contents/MacOS/rustfava-server --version
[PYI-21728:ERROR] Failed to load Python shared library '/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python': dlopen(/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python, 0x000A): tried: '/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python' (code signature in <C507FB10-1908-3453-9BDE-7E6DCB5927AB> '/private/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python.framework/Versions/3.13/Python' not valid for use in process: mapping process and mapped file (non-platform) have different Team IDs), '/System/Volumes/Preboot/Cryptexes/OS/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python' (no such file), '/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python' (code signature in <C507FB10-1908-3453-9BDE-7E6DCB5927AB> '/private/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python.framework/Versions/3.13/Python' not valid for use in process: mapping process and mapped file (non-platform) have different Team IDs), '/private/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python.framework/Versions/3.13/Python' (code signature in <C507FB10-1908-3453-9BDE-7E6DCB5927AB> '/private/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python.framework/Versions/3.13/Python' not valid for use in process: mapping process and mapped file (non-platform) have different Team IDs), '/System/Volumes/Preboot/Cryptexes/OS/private/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python.framework/Versions/3.13/Python' (no such file), '/private/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python.framework/Versions/3.13/Python' (code signature in <C507FB10-1908-3453-9BDE-7E6DCB5927AB> '/private/var/folders/zm/hqh8_hx96jxgb592f2pw1kw00000gn/T/_MEI000054df40fhgT/Python.framework/Versions/3.13/Python' not valid for use in process: mapping process and mapped file (non-platform) have different Team IDs)
pete@MacBookPro finances % /Applications/rustfava.app/Contents/MacOS/rledger --version
rledger 0.22.0
The directory date is 22 August, so it'll be either 1.32.0 or the previous release.
ls -al /Applications/rustfava.app
total 0
drwxr-xr-x@ 3 pete pete 96 22 Aug 20:41 .
drwxrwxr-x 45 root pete 1440 5 Sep 12:15 ..
drwxr-xr-x@ 6 pete pete 192 22 Aug 20:41 Contents
Description
I've never been able to open my ledger.
My ledger opens fine inside lazy-beancount and
bean-checkandrledger checkappear to not have issue.I don't know how to proceed; my investigation process:
Steps to Reproduce
Rustfava Version
see above
Python Version
3.14.3
Operating System
macOS
Additional Context
re: versions - I'm almost sure I'm trying 1.32.0 but the command recommend to find out doesn't work as expected. Evidence:
The directory date is 22 August, so it'll be either 1.32.0 or the previous release.