Re: [GNC] Can't download stock prices

2024-05-25 Thread Ernie Wakamatsu
And like magic it works. Thanks for the help. Ernie > On 22 May 2024, at 2:14 PM, John Ralls wrote: > > Ernie, > > You probably built it for the wrong architecture. GnuCash is x86_64 so all of > the perl modules that aren’t pure perl need to be multi-architecture. See > https://wiki.gnuca

Re: [GNC] Can't download stock prices

2024-05-21 Thread John Ralls
Ernie, You probably built it for the wrong architecture. GnuCash is x86_64 so all of the perl modules that aren’t pure perl need to be multi-architecture. See https://wiki.gnucash.org/wiki/Online_Quotes#Installing_Finance::Quote_on_macOS_from_a_Terminal_prompt for an explanation. Regards, John

Re: [GNC] Can't download stock prices

2024-05-21 Thread Ernie Wakamatsu
HI John and Gnucash Supporters, I was afraid you were going to say that. As far as I can tell, I have JSON::Parse installed, but gnucash-cli is not finding it. Ernie-Mac-mini% cpan JSON::Parse Loading internal logger. Log::Log4perl recommended for better logging Reading '/Users/Ernie_1/.cpan/Me

Re: [GNC] Can't download stock prices

2024-05-21 Thread John Ralls
Depends on the bug. Just like every other development team they have more bugs than engineers so they have to prioritize. Some things get fixed quickly, others take a while, and some never get attention. I don’t know who maintains the libc that Apple uses. If it’s FreeBSD then they won’t conside

Re: [GNC] Can't download stock prices

2024-05-20 Thread David Reiser via gnucash-user
> On May 20, 2024, at 21:07, Ernie Wakamatsu wrote: > > Very strange. I get two results. > > First, following your instructions, by coping and pasting > Ernie@Ernie-Mac-mini contents % zsh -df > Ernie-Mac-mini% /Applications/Gnucash.app/Contents/MacOS/gnucash-cli -Q info > Application Path /Ap

Re: [GNC] Can't download stock prices

2024-05-20 Thread Ernie Wakamatsu
One could hope Apple will fix bugs in a timely manner :-p. So what should I do to workaround this bug or am I hosed? Ernie > On 21 May 2024, at 1:21 PM, John Ralls wrote: > > Hah! I didn’t even notice that. It’s pretty funny. > > The *file system* is by default case-preserving, meaning tha

Re: [GNC] Can't download stock prices

2024-05-20 Thread John Ralls
Hah! I didn’t even notice that. It’s pretty funny. The *file system* is by default case-preserving, meaning that you can create either macOS or MacOS but not both; preserving means that it will keep whichever one you create first. The shell is too, though Bash completion is case-sensitive. Appa

Re: [GNC] Can't download stock prices

2024-05-20 Thread Ernie Wakamatsu
Very strange. I get two results. First, following your instructions, by coping and pasting Ernie@Ernie-Mac-mini contents % zsh -df Ernie-Mac-mini% /Applications/Gnucash.app/Contents/MacOS/gnucash-cli -Q info Application Path /Applications/Gnucash.app/Contents/MacOS/gnucash-cli Failed to initializ

Re: [GNC] Can't download stock prices

2024-05-20 Thread John Ralls
Ernie, The double slash is present in my output too, and it’s harmless. That shows that the app bundle is complete and uncorrupted. Something is getting in the way of dlopen finding those two libraries. Try getting a purely default shell environment by running zsh -df That opens a new sub

Re: [GNC] Can't download stock prices

2024-05-19 Thread Ernie Wakamatsu
Thanks John, I ran the below commands and this is what I got. Ernie@Ernie-Mac-mini contents % spctl --assess -vv /applications/gnucash.app /applications/gnucash.app: accepted source=Notarized Developer ID origin=Developer ID Application: John D Ralls (Y9EHT5WMK7) Ernie@Ernie-Mac-mini contents % o

Re: [GNC] Can't download stock prices

2024-05-19 Thread John Ralls
> On May 19, 2024, at 18:03, Ernie Wakamatsu wrote: > > Hi, > > First time user of this mailing list and just starting to use gnucash. Been > transferring information over from Quicken and I am getting things close to > the way I would like. > > I am trying to download stock prices, but ge

[GNC] Can't download stock prices

2024-05-19 Thread Ernie Wakamatsu
Hi, First time user of this mailing list and just starting to use gnucash. Been transferring information over from Quicken and I am getting things close to the way I would like. I am trying to download stock prices, but getting the following errors. Ernie@Ernie-Mac-mini ~ % /Applications/Gnuc