EPrints Technical Mailing List Archive
See the EPrints wiki for instructions on how to join this mailing list and related information.
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
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] fail to import PubMedID
- From: Hiroshi Watabe <hwatabe@m.tohoku.ac.jp>
- Date: Mon, 7 Nov 2016 10:27:06 +0900
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
- Prev by Date: Re: [EP-tech] Issues with users
- Next by Date: Re: [EP-tech] fail to import PubMedID
- Previous by thread: [EP-tech] Issues with users
- Next by thread: Re: [EP-tech] fail to import PubMedID
- Index(es):
