ITADN

Currency calculation fails auto-eval

#349ClosedPerfectlyFineCode 创建于 2025-05-31
Calculating any type of currency fails with no results while config is configured for internet access. This is the configuration, and I can access both the endpoints fine through a browser. ``` # Whether to enable internet access. This is required for # currency conversions, where fend makes a request to # the UN treasury or the European Central Bank website # to download up-to-date exchange rates. enable-internet-access = true # Data source for currency exchange rates. fend supports # the following options: # * `UN` retrieves data from the UN treasury # (endpoint: https://treasury.un.org/operationalrates/xsql2XML.php) # * `EU` retrieves data from the EU central bank # (endpoint: https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml) # * 'disabled' will disable loading of exchange rate data exchange-rate-source = "EU" ``` ### Showcase https://github.com/user-attachments/assets/2e2e35b0-9d2e-4a0d-a67e-d5b6e34f8aee It works when I press enter but it doesn't auto-evaluate the result like the web demo does.
关闭于 2025-05-31 2 条评论