-
Notifications
You must be signed in to change notification settings - Fork 276
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
KeyError "rates" when running make serve
on latest master
#735
Comments
It seems to be because I don't have an API key for their service. {'success': False, 'error': {'code': 101, 'type': 'missing_access_key', 'info': 'You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY]'}} |
Seems related to exchangeratesapi/exchangeratesapi#117 |
almet
added a commit
that referenced
this issue
Apr 7, 2021
almet
added a commit
that referenced
this issue
Apr 7, 2021
TomRoussel
pushed a commit
to TomRoussel/ihatemoney
that referenced
this issue
Mar 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After a fresh install, it seems that the currency convertor isn't up to date with the returned JSON from their API.
See the traceback.
The text was updated successfully, but these errors were encountered: