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 500 on _entrez response #7

Open
RaphaelMeudec opened this issue Feb 22, 2023 · 0 comments
Open

Error 500 on _entrez response #7

RaphaelMeudec opened this issue Feb 22, 2023 · 0 comments

Comments

@RaphaelMeudec
Copy link
Member

I launched the pubget command according to the readme, but this leads to an error 500 on the _entrez response validator (stacktrace below).

I initially thought this was due to a missing api key so I generated one and passed it to the command:

pubget run ./pubget_data -q "fMRI[title]" --articles_with_coords_only --extract_vocabulary --vectorize_text --n_jobs 20 --api_key XXX

This still leads to an error 500. I don't know if the issue is on the API side or if I'm doing something wrong with pubget?

Stacktrace:

INFO	2023-02-22T13:56:10+0100	pubget._download	Downloading data in pubget_data/query_1856490e8aca377ff8e6c38e84a77112/articlesets
INFO	2023-02-22T13:56:10+0100	pubget._download	Performing search
ERROR	2023-02-22T13:56:31+0100	pubget._entrez	Response failed to validate (reason: Status code 500 != 200) for url https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi
ERROR	2023-02-22T13:56:34+0100	pubget._entrez	Response failed to validate (reason: Status code 500 != 200) for url https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi
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

1 participant