Originally created by @doody on GitHub (Oct 6, 2025).
I'm trying to setup my auto exchange rate using Frankfurter and it's showing last success update date, but I'm not able to use currency converter succesfully.
I've checked my container and foud following error:
wygiwyh | [2025-10-06 12:19:56] - INFO - procrastinate.worker.worker - Starting job manual_fetch_exchange_rates[48]()
wygiwyh | [2025-10-06 12:19:56] - INFO - apps.currencies.exchange_rates.fetcher - Force fetching rates for Frankfurter
wygiwyh | [2025-10-06 12:19:57] - ERROR - apps.currencies.exchange_rates.providers - Error fetching rates from Frankfurter API for base TWD: 404 Client Error: Not Found for url: https://api.frankfurter.dev/v1/latest?base=TWD&symbols=JPY%2CEUR%2CUSD%2CGBP
wygiwyh | [2025-10-06 12:19:57] - INFO - procrastinate.worker - Job manual_fetch_exchange_rates[48]() ended with status: Success, lasted 0.906 s
And realize Frankfurter didn't support my currency, I suggest it should failed the fetch process instead of showing success.
Originally created by @doody on GitHub (Oct 6, 2025).
I'm trying to setup my auto exchange rate using Frankfurter and it's showing last success update date, but I'm not able to use currency converter succesfully.
I've checked my container and foud following error:
```
wygiwyh | [2025-10-06 12:19:56] - INFO - procrastinate.worker.worker - Starting job manual_fetch_exchange_rates[48]()
wygiwyh | [2025-10-06 12:19:56] - INFO - apps.currencies.exchange_rates.fetcher - Force fetching rates for Frankfurter
wygiwyh | [2025-10-06 12:19:57] - ERROR - apps.currencies.exchange_rates.providers - Error fetching rates from Frankfurter API for base TWD: 404 Client Error: Not Found for url: https://api.frankfurter.dev/v1/latest?base=TWD&symbols=JPY%2CEUR%2CUSD%2CGBP
wygiwyh | [2025-10-06 12:19:57] - INFO - procrastinate.worker - Job manual_fetch_exchange_rates[48]() ended with status: Success, lasted 0.906 s
```
And realize Frankfurter didn't support my currency, I suggest it should failed the fetch process instead of showing success.
We currently only track when the last fetch was done, not if it was successful, but I agree we could show a message of some kind if there are errors.
Also, I believe TWD is supported by TwelveData, they have a generous free plan.
@eitchtee commented on GitHub (Oct 6, 2025):
We currently only track **when** the last fetch was done, not if it was successful, but I agree we could show a message of some kind if there are errors.
Also, I believe TWD is supported by TwelveData, they have a generous free plan.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @doody on GitHub (Oct 6, 2025).
I'm trying to setup my auto exchange rate using Frankfurter and it's showing last success update date, but I'm not able to use currency converter succesfully.
I've checked my container and foud following error:
And realize Frankfurter didn't support my currency, I suggest it should failed the fetch process instead of showing success.
@eitchtee commented on GitHub (Oct 6, 2025):
We currently only track when the last fetch was done, not if it was successful, but I agree we could show a message of some kind if there are errors.
Also, I believe TWD is supported by TwelveData, they have a generous free plan.
@doody commented on GitHub (Oct 7, 2025):
Yes, thank you, I already swich to TwelveData, a fetch status would be great 👍