jin5354 / alfred3-workflow-CurrencyConvert

This alfred3 workflow can convert currency conveniently.
292 stars 32 forks source link

API problem with querying exchange rates from and to EUR #11

Closed mikestempien closed 6 years ago

mikestempien commented 6 years ago

Having added EUR to the list and trying to do cy 500EUR results in an error from the API: https://exchangeratesapi.io/api/latest?base=EUR&symbols=USD,GBP,CHF,PLN,EUR { "error": "Symbols 'USD,GBP,CHF,PLN,EUR' are invalid for date 2018-06-07." }

A solution would be to remove queried currency from the symbols array: https://exchangeratesapi.io/api/latest?base=EUR&symbols=USD,GBP,CHF,PLN

jin5354 commented 6 years ago

Fixed, please update to version v1.4+.