Skip to content
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

Error when Login {'errors': [{'message': 'Exceed request rate limit!', 'locations': [{'line': 2, 'column': 3}], 'path': ['pwdLogin'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'code': 'IMEAN_ERROR'}}}], 'data': None} #28

Open
QinghongLin opened this issue Oct 16, 2024 · 4 comments

Comments

@QinghongLin
Copy link

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 :)

@QinghongLin
Copy link
Author

{'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

@han032206
Copy link
Collaborator

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 :)

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?

@QinghongLin
Copy link
Author

@han032206 Hi! I have checked and there is no multiple redundant requests. (This happened when I first try)
My email address is [email protected].

@han032206
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants