GNOME Bugzilla – Bug 584459
Again problems with Finance::Quote ( tryling white space issue )
Last modified: 2018-06-29 22:22:36 UTC
Please describe the problem: European server yahoo_europe adds a trailing white space to the currency item Euro ( "EUR " ). "EUR " is not a valid currency, so gnc-fq-dump ( and of course gnucash ) delivers a "This stock quote cannot be used by gnucash". This issue was fixed with a a line to Finance/Quote/Yahoo/Europe.pm: $info{$symbol,"currency"} =~ s/\s+$//; See Bug 553902, comment #4 from Andreas Köhler. Unfortunately, this patch does not work anymore with Finance-quote-1.16 Steps to reproduce: 1. gnc-fq-dump yahoo_europe XS0230663196.SG delivers "currency: missing" and "stocke quote cannot be used by gnucash", independent of patched or not patched Europe.pm 2. 3. Actual results: gnucash cannot find stock prices for "EUR" currencies Expected results: stock price delivered, as with former Finance::Quote's, after Andreas Köhler patch was applied Does this happen every time? yes Other information: actual patches does not help. echo '(yahoo_europe "A0GFY7.SG")' | ./gnc-fq-helper delivers "currency . failed-conversion" I know, this is a Finance-Quote issue, but the only help up tp now was the patch from Andreas. Could you please supply a modified one ? Thanks Edgar
*** This bug has been marked as a duplicate of 584457 ***
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=584459. Please update any external references or bookmarks.