xoofx/kalk

Currencies module fails do download rates

zvirja opened this issue · 2 comments

Run import Currencies and it fails with the following error:

>>> import Currencies
# 2 functions successfully imported from module `Currencies`.
# Downloading rates from https://api.exchangeratesapi.io/latest
Unable to download rates. Reason: Unable to find `rates` from returned JSON.
# Using rates defined as of 2020-05-08.

I've checked the endpoint itself and it seems to be alive.

xoofx commented

Yep, it seems that they are now requiring a token to access this service.

xoofx commented

Should be fixed and available in upcoming version 0.5.0+