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
There seems to be a bug when querying the dx.doi.org server to ensure DOI existence throught the requests API.
I managed to solve the bug by changing url definition in pdf2doi.finders.validate_doi_web from (line 48): url = "http://dx.doi.org/" + doi
to url = "https://dx.doi.org/" + doi
My configuration:
python 3.10
pdf2doi 1.6
requests 2.25.1
Thanks for the useful module !
The text was updated successfully, but these errors were encountered:
There seems to be a bug when querying the dx.doi.org server to ensure DOI existence throught the requests API.
I managed to solve the bug by changing url definition in pdf2doi.finders.validate_doi_web from (line 48):
url = "http://dx.doi.org/" + doi
to
url = "https://dx.doi.org/" + doi
My configuration:
Thanks for the useful module !
The text was updated successfully, but these errors were encountered: