Hit FX monthly limit #211

Closed
opened 2026-06-20 17:31:55 +01:00 by edward · 0 comments
Owner

Your monthly usage limit has been reached. Please upgrade your Subscription Plan.

Traceback (most recent call last):
  File "/home/edward/src/agenda/update.py", line 567, in <module>
    main()
    ~~~~^^
  File "/home/edward/src/agenda/update.py", line 556, in main
    agenda.fx.get_rates(app.config)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/home/edward/src/agenda/agenda/fx.py", line 91, in get_rates
    return read_cached_rates(full_path, currencies)
  File "/home/edward/src/agenda/agenda/fx.py", line 60, in read_cached_rates
    if f"GBP{cur}" in data["quotes"]
                      ~~~~^^^^^^^^^^
KeyError: 'quotes'
Your monthly usage limit has been reached. Please upgrade your Subscription Plan. ``` Traceback (most recent call last): File "/home/edward/src/agenda/update.py", line 567, in <module> main() ~~~~^^ File "/home/edward/src/agenda/update.py", line 556, in main agenda.fx.get_rates(app.config) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/home/edward/src/agenda/agenda/fx.py", line 91, in get_rates return read_cached_rates(full_path, currencies) File "/home/edward/src/agenda/agenda/fx.py", line 60, in read_cached_rates if f"GBP{cur}" in data["quotes"] ~~~~^^^^^^^^^^ KeyError: 'quotes' ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: edward/agenda#211
No description provided.