anelendata / tap-exchangeratehost

singer.io tap to extract currency exchange rate
Apache License 2.0
4 stars 8 forks source link

Tap fails with KeyError: 'rates' #3

Open jaceksan opened 1 year ago

jaceksan commented 1 year ago

Reproducer:

jaceksan commented 1 year ago

Response from API:

{'success': False, 'error': {'code': 101, 'type': 'missing_access_key', 'info': 'You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY]'}}

It seems that the API is no longer free.