Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currencies module fails do download rates #31

Closed
zvirja opened this issue Sep 30, 2021 · 2 comments
Closed

Currencies module fails do download rates #31

zvirja opened this issue Sep 30, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@zvirja
Copy link

zvirja commented Sep 30, 2021

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.

@zvirja zvirja changed the title Currencies module fails do download stats Currencies module fails do download rates Sep 30, 2021
@xoofx
Copy link
Owner

xoofx commented Sep 30, 2021

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

@xoofx xoofx added the bug Something isn't working label Sep 30, 2021
@xoofx
Copy link
Owner

xoofx commented Mar 6, 2022

Should be fixed and available in upcoming version 0.5.0+

@xoofx xoofx closed this as completed Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants