-
Notifications
You must be signed in to change notification settings - Fork 197
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
raise RatesNotAvailableError("Currency Rates Source Unavailable.") forex_python.converter.RatesNotAvailableError: Currency Rates Source Unavailable. #153
Comments
Same issue here.. Api seems to be down. |
Any idea when it should be back up running? Need it for a project due in 4 days :( |
Ay updates on this? |
Same issue here! any update? |
Doesn't look like. I had to comment the library in the code, as it was returning every time I tried to use it a weird "Module not imported forex_python" with an Error 522 , even if the code hadn't change in 14 months... |
Connection appears to be down -> NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x00000170363F6E10>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond',)) |
API is still down as of 28/02, any help would be greatly appreciated: forex_python.converter.RatesNotAvailableError: Currency Rates Source Not Ready. |
Same issue here. I was able to work around it by using the bitcoin converter instead.
Could my code be better? Absolutely. Hope this helps as a temporary solution! |
I think i'ts down again |
Any other alternatives? |
@yunhongz I had success with https://pypi.org/project/CurrencyConverter/ |
Hi all, is the API down again? It was working perfectly 30 mins ago
The text was updated successfully, but these errors were encountered: