Skip to content

Outdated rates

linnnus edited this page Apr 7, 2023 · 2 revisions

What is it?

This warning indicates that the exchange rates in the extension's storage are out of date. The extension remains functional, but the results may be unreliable.

Why does it happen?

This situation may occur if the service used to retrieve the exchange rates returns outdated information. However, this is rather unlikely, as the service is very reliable.

A far more likely explanation is that fetching the data from the API succeeded a number of times, before starting to fail for one reason or another. The results of the old fetches are still in storage, but updated rates aren't coming in. See missing rates for why fetching may fail. The issue is basically the same, except there are already old rates in storage.

How can I fix it?

The fix is the same as that of missing rates.

Clone this wiki locally