-
Notifications
You must be signed in to change notification settings - Fork 27
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
The tap fails with KeyError: 'rates' #13
Comments
The same result with config file:
|
I console-out the response object. Now api.exchangeratesapi.io seems to require an access key:
|
The basic service is still free but it requires a signup and access key: I think the tap needs to be modified to include the key in the config & request. |
Related thread: exchangeratesapi/exchangeratesapi#117 |
Another option is to switch to https://exchangerate.host (no key required, basically the same format as exchangeratesapi.io) According to: exchangeratesapi/exchangeratesapi#117 (comment) |
Looks like there is a PR already: #12 |
FYI: For the people interested in no sign up option via exchangerate.host, I created https://github.com/anelendata/tap-exchangeratehost |
OS: Ubuntu 18.04.2 LTS
Python: Python 3.6.9
How to reproduce:
The text was updated successfully, but these errors were encountered: