florianv / symfony-swap

:euro: Currency exchange rates for Symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnsupportedCurrencyPairException exception is thrown.

zeitnot opened this issue · comments

Sometimes UnsupportedCurrencyPairException is thrown. I do not know in which case this problem occurs but I have an idea. As I see the default http adapter is file_get_contents. The target page may have http redirections. If so, that adapter can not handle redirections.

@florianv thanks, it works.