I am getting an exception: "forex_python.converter.RatesNotAvailableError: Currency Rates Source Not Ready". I checked the code, and basically, we are getting 404 while hitting http://api.fixer.io/latest.
Because of this, a non 200 code is generated and exception is getting raised.