| Summary: | Online price updates stopped working | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | LibertyCircle <libertycircle> |
| Component: | file | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.1.2 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
LibertyCircle
2024-08-06 14:36:11 UTC
I was able to extract data from coingecko.com using the latest master versions of Alkimia and KMyMoney. Older versions may not be able to extract the date because they don't support %u as date format but the price should be doable. Online quote settings generated with Alkimia 8.1.72-45fc9b7-webengine-qtnetwork URL: https://api.coingecko.com/api/v3/simple/price?ids=%1&vs_currencies=%2&include_last_updated_at=true Download mode: Default Data format: HTML Identifier: Select by: Symbol Price: :{"[^"]+":([^,]+), Price decimal separator: Period (.) Date: "last_updated_at":(\d+) Date format: %u Default identifier: Remote source: not checked Result: Fetching URL https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd&include_last_updated_at=true... URL found: https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd&include_last_updated_at=true... Symbol found: '' Price found: '60665' (60.665) Date found: '1723296361' Date format found: '1723296361' -> 'Sa. Aug. 10 2024' bitcoin usd bitcoin usd Sa. Aug. 10 2024 60665 The problem persists. It's not solved! KMyMoney does not update any price or rate at all. This is most likely a problem with the settings for your price source(s). Please search the forum at https://discuss.kde.org/tag/kmymoney for further information since this is configuration problem not a software bug. |