-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Currency conversion now requires an API Key #131
Comments
Happened for me on Ventura as well. I did not have any API access key set before either. Perhaps the Fixer "free tier" plan has changed, no more free calls just through registered API keys? |
Please use the issue template to provide all the required info. There are no API keys in the code, if you did not set an API key then the workflow uses the exchangerate.host API, not sure if they are changing something as some other users reported 403 errors a few days ago #130 |
Sorry about the template. I'll look for a possible solution then. |
This just happened to me, btw.
|
Seems that exchangerate.host now requires an API key. I won't be supporting this change, exchangerate.host was only supported to save the user the trouble of getting an API key, if you require a key then go with fixer.io API is way better. In the readme is explained how to get a free API Key from fixer.io exchangerate.host will be removed in a future update. |
@biati-digital Would it be possible to add support for Open Exchange Rates? fixer.io asks for an address, which I'd rather not provide 😕 |
Seems that openexchangerates also requires an API key so i can't see any benefit, you mention the address but for me it simply means more work, more support, update docs, etc. I would only consider a free service that do not require an API key otherwise use fixer.io create an account with fake data. |
makes sense, thanks! |
exchangeratehost has been removed in the latest version https://github.com/biati-digital/alfred-calculate-anything/releases/tag/4.0.3 |
The text was updated successfully, but these errors were encountered: