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

Fixer.io endpoint used in example is deprecated #58

Open
lpillmann opened this issue Jun 10, 2019 · 1 comment
Open

Fixer.io endpoint used in example is deprecated #58

lpillmann opened this issue Jun 10, 2019 · 1 comment

Comments

@lpillmann
Copy link

lpillmann commented Jun 10, 2019

Hi there,

I was following this example that uses Fixer.io Tap and Google Sheets Target and after running the command

~/.virtualenvs/tap-fixerio/bin/tap-fixerio | ~/.virtualenvs/target-gsheet/bin/target-gsheet -c config.json

I got this error message:

ERROR Giving up request(...) after 1 tries (requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://api.fixer.io/2019-06-09?base=USD)
CRITICAL Error on https://api.fixer.io/2019-06-09?base=USD; received status 404: {
  "0": "#################################################################################################################################",
  "1": "#                                                                                                                               #",
  "2": "# IMPORTANT - PLEASE UPDATE YOUR API ENDPOINT                                                                                   #",
  "3": "#                                                                                                                               #",
  "4": "# This API endpoint is deprecated and has now been shut down. To keep using the Fixer API, please update your integration       #",
  "5": "# to use the new Fixer API endpoint, designed as a simple drop-in replacement.                                                  #",
  "6": "# You will be required to create an account at https://fixer.io and obtain an API access key.                                   #",
  "7": "#                                                                                                                               #",
  "8": "# For more information on how to upgrade please visit our Github Tutorial at: https:/fixerAPI/fixer#readme          #",
  "9": "#                                                                                                                               #",
  "a": "#################################################################################################################################"
}

I acknowledge their API is no longer publicly available, so I suppose Fixer.io Tap has to be updated - given it does not support Fixer.io's updated terms for free subscription plans -, and we might also need to update the tutorial accordingly.

Is anyone already working on this?

@luandy64
Copy link
Contributor

@luipillmann I don't think anyone is actively working on this. Would you be able to submit a PR to update the tutorial?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants