Re: [GNC] GNU cash error - cannot retreive stock price

2024-06-21 Thread David Wasserman via gnucash-user

May I here also ask for help on FQ error as follows:

Price retrieval failed: Unrecognised Finance::Quote Error: Can't use an

undefined value as a HASH reference at /app/lib/perl5/site_perl/5.32.0/

Finance/Quote/AlphaVantage.pm line 261.


I am using
Version: 5.6
Build ID: git 5.6-107-ga53ed8f501+(2024-05-04)
Finance::Quote: 1.61

Dave W

On 21/6/24 1:48 am, Emilio Lopez wrote:

Hello

When I try to retreive the stocks price, I get this error message:

[image: image.png]

The translation from Spanish would be: error while retrieving the price:
Finance Error: unknown quote.

Looking into the file BVB.pm, this is the content referring to line 92:


[image: image.png]

Could you support me to fix this error? at the moment I cannot download the
prices which is one of the best features of the software.

Waiting for your comments.

Thanks.


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quote - Alphavantage Error - Subscribe to Premium

2024-06-21 Thread David H
Well Bruce I've only seen this error message today and yesterday, go figure :-)


On Sat, 22 Jun 2024 at 09:02, Bruce Schuck  wrote:
>
> On 6/22/24 07:31:44 +1000, David H wrote:
>
> > It seems Alphavantage have been limiting queries to 25 per day for
> > the last couple of days?
>
> Days?! It's been more than a few weeks, if not months. I mentioned this
> some time ago. As a matter of fact, the throttling mechanism in the
> AlphaVantage module has been disabled in F::Q v1.62 since AV is no
> longer enforcing a max queries per minute limit.
>
> Bruce S.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Finance Quote - Alphavantage Error - Subscribe to Premium

2024-06-21 Thread Bruce Schuck

On 6/22/24 07:31:44 +1000, David H wrote:


It seems Alphavantage have been limiting queries to 25 per day for
the last couple of days?


Days?! It's been more than a few weeks, if not months. I mentioned this 
some time ago. As a matter of fact, the throttling mechanism in the 
AlphaVantage module has been disabled in F::Q v1.62 since AV is no 
longer enforcing a max queries per minute limit.


Bruce S.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Finance Quote - Alphavantage Error - Subscribe to Premium

2024-06-21 Thread David H
It seems Alphavantage have been limiting queries to 25 per day for the last
couple of days  ?

Cheers David H.

[image: Aj8nj6XteJ.png]
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GNU cash error - cannot retreive stock price

2024-06-21 Thread John Ralls
Not with that error. BVB.pm retrieves from https://bvb.ro   
and provides source bvb, tradeville, and Romania and is queried as part of 
europe. Maybe you picked the wrong source for one of your securities?

Regards,
John Ralls


> On Jun 21, 2024, at 06:21, eml...@gmail.com wrote:
> 
> Thanks for your response.
> The data is retrieved from Alphabantage. 
> Does it give you any clue?
> 
> 
> 
>> El 21 jun 2024, a las 11:48, Fred Bone  escribió:
>> 
>> On 20 June 2024 at 17:48, Emilio Lopez said:
>> 
>>> Hello
>>> 
>>> When I try to retreive the stocks price, I get this error message:
>>> 
>>> [image: image.png]
>>> 
>>> The translation from Spanish would be: error while retrieving the price:
>>> Finance Error: unknown quote.
>>> 
>>> Looking into the file BVB.pm, this is the content referring to line 92:
>>> 
>>> 
>>> [image: image.png]
>>> 
>>> Could you support me to fix this error? at the moment I cannot download
>>> the prices which is one of the best features of the software.
>> 
>> This appears to be a failure in attempting to parse an HTML page returned
>> by a query to a price server. As you haven't provided any information on
>> where the page came from, it's impossible to say for sure, but my guess
>> would be that the server has been reconfigured and the pages don't look
>> they way they used to. In that case you need to get the parsing code
>> rewritten to match the new page layout.
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GNU cash error - cannot retreive stock price

2024-06-21 Thread emlofa
Thanks for your response.
The data is retrieved from Alphabantage. 
Does it give you any clue?



> El 21 jun 2024, a las 11:48, Fred Bone  escribió:
> 
> On 20 June 2024 at 17:48, Emilio Lopez said:
> 
>> Hello
>> 
>> When I try to retreive the stocks price, I get this error message:
>> 
>> [image: image.png]
>> 
>> The translation from Spanish would be: error while retrieving the price:
>> Finance Error: unknown quote.
>> 
>> Looking into the file BVB.pm, this is the content referring to line 92:
>> 
>> 
>> [image: image.png]
>> 
>> Could you support me to fix this error? at the moment I cannot download
>> the prices which is one of the best features of the software.
> 
> This appears to be a failure in attempting to parse an HTML page returned
> by a query to a price server. As you haven't provided any information on
> where the page came from, it's impossible to say for sure, but my guess
> would be that the server has been reconfigured and the pages don't look
> they way they used to. In that case you need to get the parsing code
> rewritten to match the new page layout.
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] flatpak warning

2024-06-21 Thread Geert Janssens
Hi,

I can't reproduce this, not with gnucash 5.6 and not with my local flatpak 
build using code 
as of today. So this must be something else.

Regards,

Geert

Op zaterdag 8 juni 2024 21:51:45 CEST schreef George Lobay:
> I don't know, but Flatpak also crashes every time I try to attach a document
> to an item in the register. I posted this problem a while ago, but no
> responses. George L
> 
> ⁣Get BlueMail for Android ​
> 
> On Jun 8, 2024, 12:44 PM, at 12:44 PM, Dale Alspach  
> wrote:
> >I recently ran the flatpak version from the command line and collected
> >output because of an earlier unexpected crash. The crash did not recur
> >but
> >I did get a lot of lines like this
> >
> >WARN  The peer-to-peer connection failed: Error when getting
> >information for file “/run/user/1000/gvfsd”: No such file or directory.
> >Falling back to the session bus. Your application is probably missing
> >--filesystem=xdg-run/gvfsd privileges.
> >
> >Is this something that needs to be fixed?
> >
> >Details:
> >Version: 5.6
> >Build ID: Flathub 5.6-2
> >Finance::Quote: 1.61
> >Linux Mint 21.1
> >
> >Dale
> >___
> >gnucash-user mailing list
> >gnucash-user@gnucash.org
> >To update your subscription preferences or to unsubscribe:
> >https://lists.gnucash.org/mailman/listinfo/gnucash-user
> >-
> >Please remember to CC this list on all your replies.
> >You can do this by using Reply-To-List or Reply-All.
> 
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] flatpak warning

2024-06-21 Thread Geert Janssens
Hi,

Yes, that's something that should be fixed. I have committed that fix just now. 
The warning 
messages should be gone in the upcoming gnucash 5.7.

Regards,

Geert

Op zaterdag 8 juni 2024 21:43:18 CEST schreef Dale Alspach:
> I recently ran the flatpak version from the command line and collected
> output because of an earlier unexpected crash. The crash did not recur  but
> I did get a lot of lines like this
> 
> WARN  The peer-to-peer connection failed: Error when getting
> information for file “/run/user/1000/gvfsd”: No such file or directory.
> Falling back to the session bus. Your application is probably missing
> --filesystem=xdg-run/gvfsd privileges.
> 
> Is this something that needs to be fixed?
> 
> Details:
> Version: 5.6
> Build ID: Flathub 5.6-2
> Finance::Quote: 1.61
> Linux Mint 21.1
> 
> Dale
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Zeros in Balance sheet

2024-06-21 Thread Fred Tydeman
Using the same Gnucash file on Fedora Linux 40 and Gnucash 5.6,
the Balance Sheet does NOT show the zero lines (once I change
the option to not display zero entries).

On Thu, Jun 20, 2024 at 6:14 PM Brad Morrison 
wrote:

> Fred & GnuCash users,
>
> Although this might not be specific to your issue:
>
> The current version of Fedora Linux is 40 -
> https://fedoramagazine.org/announcing-fedora-linux-40/ &
> https://fedoraproject.org/ &
> https://distrowatch.com/table.php?distribution=fedora
>
> The current version of GnuCash is 5.6 -
> https://gnucash.org/download.phtml#distribution &
> https://repology.org/project/gnucash/versions &
> https://flathub.org/apps/org.gnucash.GnuCash
>
> ---
> Thanks,
>
> Brad - https://www.facebook.com/brad.morrison.12327/ &
> https://norcal.social/@BradMorrison
>
> On 2024-06-20 07:03, Fred Tydeman wrote:
>
> > Fedora Linux 37
> > GnuCash 4.14
> >
> > Doing  Reports: Assets: Balance Sheet
> > In the Options: Display:
> > I uncheck Include accounts with zero total balances
> > I check Omit zero balance figures
> >
> > If I take the default of 3 Levels of subaccounts
> > the report has lots of lines with zero amounts.
> >
> > If I change the Levels of subaccounts to All,
> > then the zero entries go away.
> >
> > Seems wrong.
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > -
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] GNU cash error - cannot retreive stock price

2024-06-21 Thread Fred Bone
On 20 June 2024 at 17:48, Emilio Lopez said:

> Hello
> 
> When I try to retreive the stocks price, I get this error message:
> 
> [image: image.png]
> 
> The translation from Spanish would be: error while retrieving the price:
> Finance Error: unknown quote.
> 
> Looking into the file BVB.pm, this is the content referring to line 92:
> 
> 
> [image: image.png]
> 
> Could you support me to fix this error? at the moment I cannot download
> the prices which is one of the best features of the software.

This appears to be a failure in attempting to parse an HTML page returned 
by a query to a price server. As you haven't provided any information on 
where the page came from, it's impossible to say for sure, but my guess 
would be that the server has been reconfigured and the pages don't look 
they way they used to. In that case you need to get the parsing code 
rewritten to match the new page layout.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.