Re: [GNC] macOS Sonoma "Gnucash is damaged and can’t be opened" error

2023-10-13 Thread Vincent Lucarelli
ote: > > > > On Tue, Oct 10, 2023 at 9:11 PM Vincent Lucarelli > mailto:vincent.lucare...@gmail.com>> wrote: >> Hi, >> >> I upgraded an Intel Mac to macOS Sonoma and downloaded Gnucash 5.4. When I >> tried to run it, I got the error "Gnucash is damaged

Re: [GNC] macOS Sonoma "Gnucash is damaged and can’t be opened" error

2023-10-11 Thread Vincent Lucarelli
at 11:01 PM, john wrote: > > > >> On Oct 10, 2023, at 05:05, Vincent Lucarelli >> wrote: >> >> Hi, >> >> I upgraded an Intel Mac to macOS Sonoma and downloaded Gnucash 5.4. When I >> tried to run it, I got the error "Gnucas

[GNC] macOS Sonoma "Gnucash is damaged and can’t be opened" error

2023-10-10 Thread Vincent Lucarelli
Hi, I upgraded an Intel Mac to macOS Sonoma and downloaded Gnucash 5.4. When I tried to run it, I got the error "Gnucash is damaged and can’t be opened.” In previous OS versions, there was an error about untrusted developer and in System Settings you could approve running the application.

[GNC] Debug information to sort out Finance::Quote issue on macOS Ventura

2022-12-16 Thread Vincent Lucarelli
Hi, I upgraded to macOS Ventura and am having trouble getting Finance::Quote to work. gnc-fq-dump is working in the terminal (see shell output below), but in GnuCash I get the error “There was a system error while retrieving the price quotes.” Is there some way to get debugging output from

Re: [GNC] Debug information to sort out Finance::Quote issue on macOS Ventura

2022-12-18 Thread Vincent Lucarelli
module names sometimes change. That brittleness is evident in the > Security Editor where we still list a bunch of modules that no longer exist > and there are a bunch of new modules at the bottom. > > Regards, > John Ralls > >> On 16. Dec 2022, at 11:52, Vincent L

Re: [GNC] Debug information to sort out Finance::Quote issue on macOS Ventura

2022-12-18 Thread Vincent Lucarelli
AM john <mailto:jra...@ceridwen.us>> wrote: >> > On Dec 15, 2022, at 4:37 PM, Vincent Lucarelli >> > mailto:vincent.lucare...@gmail.com>> wrote: >> > >> > Hi, >> > >> > I upgraded to macOS Ventura and am having trouble getting

Re: [GNC] Debug information to sort out Finance::Quote issue on macOS Ventura

2022-12-18 Thread Vincent Lucarelli
that will help with the next GnuCash release, I’ll find time to help. Best, Vince > On Dec 16, 2022, at 12:31 PM, john wrote: > >> On Dec 15, 2022, at 4:37 PM, Vincent Lucarelli >> wrote: >> >> Hi, >> >> I upgraded to macOS Ventura and am having

Re: [GNC] [Finance-quote-news] Finance-Quote 1.56 released!

2023-05-31 Thread Vincent Lucarelli
This error is rooted in needing an AlphaVantage API key for any FQ fetch because that’s the default Currency module and the code is setup to ensure we can do a currency conversion if needed. You can verify that by setting the environment variable DEBUG=1 and repeating the gnucash-cli command.

Re: [GNC] Finance::Quote on a Mac with a foreign perl

2024-04-25 Thread Vincent Lucarelli
John, I run macOS and use Homebrew. How are the user’s running gnc-fq-update? From a terminal, if you > cd /Applications/Gnucash.app/Contents/Resources/bin > sudo ./gnc-fq-update it is going to use /usr/bin/perl from the #! line at the top of the script. But the script uses the perl CPAN