EPrints Technical Mailing List Archive

Message: #06066


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] fail to import PubMedID


Dear all,

It seems PubMed only accepts https now and I cannot import PubMed ID
anymore. I got the following warning message.
Unhandled warning in Import::PubMedID: http error : Unknown IO error 

I modified PubMedID.pm as follows but no success.
27c27
<       $self->{EFETCH_URL} =
'http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&retmode=xml&rettype=full';
---
>       $self->{EFETCH_URL} =
> 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&retmode=xml&rettype=full';  

Error message is as follows;
Unhandled exception in Import::PubMedID: Could not create file parser
context for file 

Could you help me?

Hiroshi