You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When hitting the quota limit, the code fails, instead of showing me the error.
To Reproduce
Hit the quota.
Expected behavior
A clear and concise description of what you expected to happen.
The bug:
search.py, line 54: raising error from an unknown self.api instead from data.
I would make request with a fix, but I don't understand where is the relevant code. main doesn't have the files, I can only see it in a tag called 2.0.9.
The text was updated successfully, but these errors were encountered:
Describe the bug When hitting the quota limit, the code fails, instead of showing me the error.
To Reproduce Hit the quota.
Expected behavior A clear and concise description of what you expected to happen.
The bug: search.py, line 54: raising error from an unknown self.api instead from data.
I would make request with a fix, but I don't understand where is the relevant code. main doesn't have the files, I can only see it in a tag called 2.0.9.
Describe the bug
When hitting the quota limit, the code fails, instead of showing me the error.
To Reproduce
Hit the quota.
Expected behavior
A clear and concise description of what you expected to happen.
The bug:
search.py, line 54: raising error from an unknown
self.api
instead fromdata
.I would make request with a fix, but I don't understand where is the relevant code.
main
doesn't have the files, I can only see it in a tag called2.0.9
.The text was updated successfully, but these errors were encountered: