-
Notifications
You must be signed in to change notification settings - Fork 34
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
DDragon endpoint error if version() is not specified #60
Comments
Good catch! This error occurs when the developer is not using a cache (so cache: null). Well, technically, the error occurs because of bad programming by me. I'll release a fix in an hour! |
Awesome, thank you very much for the quick fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version:
0.9.1
Steps to reproduce:
The following code, taken from the docs:
Expected:
Expected to return an object containing all champions data.
Result:
After adding
.version('8.15.1')
to the initial code the result is the expected champion data.The text was updated successfully, but these errors were encountered: