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
splurt throws the following error while running data command (see the full output here)
$ splurt data -p project.yaml
>> Error: Request failed with status code 429
Fetching from Scopus runs normally.
splurt fetch -p project.yaml
The contents from porject.yaml are derived from the example in the documentation:
sqlite: articles.dbfetch:
query: 'data AND google'databases: [scopus]maximum: 1scopus: Here I inserted by SCOPUS_API_KEYexclude:
# SQL like WHERE using these columns: id, doi, title, year, authors, publication, # type, origin, cites, abstract, link, bibtexcriteria: ['cites = 0','year < 2000']data:
delay: 10cookie: "LM=1599585071:S=40CQ9rvXrNpRCV5f"export:
# id, doi, title, year, authors, publication, # type, origin, cites, abstract, link, bibtexdata: [title, doi, year, cites, abstract]# if the format is html, the data attribute is ignoredformat: csv # can be csv,json,table,html# if scihub is specified, available pdfs will be downloaded# requires the (doi attribute)scihub: 'https://sci-hub.se/'# current sci-hub valid url
The problem seems to be associated with the cookie attribute. I followed the documentation to get the cookie value using Mozilla Firefox:
Opened Google Scholar in a private window
Opened current cookies with Shift + F9
Copied the value of GSP cookie (which I noticed that changed from one attempt to another)
The documentation is very explanatory and easy to follow so I have repeated these steps several times but cannot understand what is happening. Any thought on why this is occurring?
Disclaimer: I am completely new to splurt, so this might not even be a true issue but simple misuse
The text was updated successfully, but these errors were encountered:
Status code 429 is a rate limiting error: "Too many requests". But it also might just be that Google changed something. I'll check it out as soon as possible.
splurt
throws the following error while runningdata
command (see the full output here)Fetching from Scopus runs normally.
The contents from porject.yaml are derived from the example in the documentation:
The problem seems to be associated with the
cookie
attribute. I followed the documentation to get the cookie value using Mozilla Firefox:Shift + F9
GSP
cookie (which I noticed that changed from one attempt to another)The documentation is very explanatory and easy to follow so I have repeated these steps several times but cannot understand what is happening. Any thought on why this is occurring?
Disclaimer: I am completely new to
splurt
, so this might not even be a true issue but simple misuseThe text was updated successfully, but these errors were encountered: