Hi, I added an account with KRW (Korean Won) to gnucash. Gnucash then tries to retrieve an exchange rate for KRW. Unfortunately, now finance-quote times out in the currency exchange rate request (sometimes after a very long time).
It is strange that even after deleting the account with KRW, gnucash still tries to request an exchange rate for KRW. Also on the command line I see that many currencies work well, whereas the query for KRW hangs: rd@h370:$ echo '(currency "CHF" "EUR")'|gnc-fq-helper (("CHF" (symbol . "CHF") (gnc:time-no-zone . "2021-11-02 22:49:17") (last . #e0.944) (currency . "EUR"))) rd@h370:$ echo '(currency "DKK" "EUR")'|gnc-fq-helper (("DKK" (symbol . "DKK") (gnc:time-no-zone . "2021-11-02 22:49:42") (last . #e0.1343) (currency . "EUR"))) rd@h370:$ echo '(currency "GBP" "EUR")'|gnc-fq-helper (("GBP" (symbol . "GBP") (gnc:time-no-zone . "2021-11-02 22:49:52") (last . #e1.1754) (currency . "EUR"))) rd@h370:$ echo '(currency "SEK" "EUR")'|gnc-fq-helper (("SEK" (symbol . "SEK") (gnc:time-no-zone . "2021-11-02 22:49:57") (last . #e0.10027) (currency . "EUR"))) rd@h370:$ echo '(currency "KRW" "EUR")'|gnc-fq-helper Can somebody tell what is the mechanism for gnucash to request an exchange rate for a currency and how I can make it stop requesting KRW? Is there a way log all gnucash fq requests to finance-quote or dump them on stdout? Does anybody understand why echo '(currency "KRW" "EUR")'|gnc-fq-helper hangs? Any hind or advice is welcome. Thanks Rainer -- Rainer Dorsch http://bokomoko.de/ _______________________________________________ gnucash-user mailing list gnucash-user@gnucash.org To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user If you are using Nabble or Gmane, please see https://wiki.gnucash.org/wiki/Mailing_Lists for more information. ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.