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
{'errors': [{'message': 'Exceed request rate limit!', 'locations': [{'line': 2, 'column': 3}], 'path': ['pwdLogin'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'code': 'IMEAN_ERROR'}}}], 'data': None}
Traceback (most recent call last):
File "/home/qinghong/WebCanvas/data/dataset_io.py", line 197, in
client.login()
File "/home/qinghong/WebCanvas/data/dataset_io.py", line 40, in login
if 'data' in response_json and 'pwdLogin' in response_json['data']:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
Hi Qinghong, the error is caused by exceeding the rate limit for calling the data download API in a minute. Please check the code to ensure there aren’t multiple redundant or repeated download requests happening within the same time frame. If that’s not the case, could you please email me your registered email address so we can check the specific cause in more detail?
@han032206 Hi! I have checked and there is no multiple redundant requests. (This happened when I first try) My email address is [email protected].
Hi Qinghong, I've tried with your auth token to download the data, and the download looks fine to me. Maybe you can try it again, or just download the data through huggingface and play with it. Also, please note that an updated version of the dataset will be released on Hugging Face soon, so be sure to keep track of the new version to run your experiments accordingly.
Hi when I try to login in my linux system.
export GRAPHQL_USERNAME='username'
export GRAPHQL_PASSWORD='passcode'
I meet such an error;
{'errors': [{'message': 'Exceed request rate limit!', 'locations': [{'line': 2, 'column': 3}], 'path': ['pwdLogin'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'code': 'IMEAN_ERROR'}}}], 'data': None}
Do you know what happen in this case?
Thanks you :)
The text was updated successfully, but these errors were encountered: